<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "macCatalyst: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreNFC",
  "identifier" : "/documentation/CoreNFC/NFCWindowSceneDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Core NFC",
      "UIKit"
    ],
    "preciseIdentifier" : "s:14_CoreNFC_UIKit22NFCWindowSceneDelegateP"
  },
  "title" : "NFCWindowSceneDelegate"
}
-->

# NFCWindowSceneDelegate

A protocol to notify your app’s user interface about NFC-related events.

```
protocol NFCWindowSceneDelegate
```

## Overview

When the device is eligible to receive NFC-related events, use this protocol to update your user interface. The received [`NFCWindowSceneEvent`](/documentation/CoreNFC/NFCWindowSceneEvent) indicates whether the event represents the presence of a card reader or a gesture to initiate a contactless transaction by the person using the app.

You typically add conformance to this protocol in your app’s main scene delegate, where you already conform to <doc://com.apple.documentation/documentation/UIKit/UIWindowSceneDelegate>.

## Topics

### Handling events

[`func windowScene(UIWindowScene, didReceiveNFCWindowSceneEvent: NFCWindowSceneEvent)`](/documentation/CoreNFC/NFCWindowSceneDelegate/windowScene(_:didReceiveNFCWindowSceneEvent:))

Informs your app that the system has received an NFC-related event.

[`enum NFCWindowSceneEvent`](/documentation/CoreNFC/NFCWindowSceneEvent)

An NFC-related event that your app uses to update its user interface.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)