Skip to content

Custom implementation of CoreNFC for SwiftUI, used within the new attendance system

Notifications You must be signed in to change notification settings

swiftinsg/SwiftUINFC

Repository files navigation

SwiftUI NFC

A dead simple SwiftUI NFC library

.nfcReader(isPresented: $isReaderPresented) { messages in
    //
    return "Successfully scanned badge" // This text will appear briefly on the NFC reader layer
} onFailure: { error in
    // Optional error handle
    print(error.localizedDescription)
    return "Error when scanning badge" // This text will appear briefly on the NFC reader layer
}

About

Custom implementation of CoreNFC for SwiftUI, used within the new attendance system

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages