Post

Replies

Boosts

Views

Activity

Comment on Calling NFC Reader in a different ViewController
I´m calling the readNFC function which is in ViewControllerB from MainController. The readNFC function normally calls function didDetectNDEFs or didInvalidateWithError. I have in both functions a print("...") but I don't get it printed into the Terminal/ Console. Because of that, I think that the readNFC function doesn't calls the other.
Topic: Programming Languages SubTopic: Swift Tags:
Apr ’22
Comment on NFC Reader and Writer in one View Controller
I tried but a NFC Reader and Writer in one ViewController doesn't worked like this. Read and Write NFC always calls the function that writes NFC NDEF messages on the Tag. My Code: https://stackoverflow.com/questions/71744250/corenfc-reader-and-writer-in-one-viewcontroller
Apr ’22