TechnologiesDevice, Sensors & Hardware

_CoreNFC_UIKit cross-import overlay

iOSmacOStvOSwatchOSvisionOS

_CoreNFC_UIKit is a cross-import overlay that bridges CoreNFC and UIKit, delivering NFC events to a UIScene or UIWindowScene. Adopt the NFCWindowSceneDelegate protocol to receive NFC events in your scene, and handle the cases of NFCWindowSceneEvent to respond to them. This overlay defines no standalone functionality of its own; it connects NFC handling to the UIKit scene lifecycle on iOS.

Scene NFC Handling 1

Adopt the scene delegate to receive NFC events through the UIKit scene lifecycle.

  • Pr
    NFCWindowSceneDelegate
    Delegate to notify your `UIWindowScene` that a NFC event has occurred.

NFC Events 1

Respond to the kinds of NFC events delivered to a window scene.

  • En
    NFCWindowSceneEvent
    A NFC event send to a `UIScene` or `UIWindowScene`.

Extends 1

UIScene
← Device, Sensors & Hardware