Skip to content

Instantly share code, notes, and snippets.

@ennioma
Created June 8, 2017 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ennioma/2a72a5cb467046f7edd628e2245e558f to your computer and use it in GitHub Desktop.
Save ennioma/2a72a5cb467046f7edd628e2245e558f to your computer and use it in GitHub Desktop.
CoreNFC reader error
func readerSession(_ session: NFCNDEFReaderSession, didInvalidateWithError error: Error) {
print(error.localizedDescription)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment