CoreNFC stop session
func stopSession() { | |
if let reader = reader { | |
reader.invalidate() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
func stopSession() { | |
if let reader = reader { | |
reader.invalidate() | |
} | |
} |