<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIScreen/capturedDidChangeNotification",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@UIScreenCapturedDidChangeNotification"
  },
  "title" : "capturedDidChangeNotification"
}
-->

# capturedDidChangeNotification

A notification that posts when the capture status of a screen changes.

```
nonisolated class let capturedDidChangeNotification: NSNotification.Name
```

## Discussion

The contents of a screen can be recorded, mirrored, sent over AirPlay, or otherwise cloned to another destination. UIKit sends this notification when the capture status of the screen changes.

The object of the notification is the [`UIScreen`](/documentation/UIKit/UIScreen) object whose [`isCaptured`](/documentation/UIKit/UIScreen/isCaptured) property changed. There is no `userInfo` dictionary.

The system posts this notification on the main actor.

---

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)