---
title: userDidTakeScreenshotNotification
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiapplication/userdidtakescreenshotnotification
---

# userDidTakeScreenshotNotification

A notification that posts when a person takes a screenshot on the device.

## Declaration

```swift
nonisolated class let userDidTakeScreenshotNotification: NSNotification.Name
```

## Discussion

Discussion This notification doesn’t contain a userInfo dictionary. This notification posts after the screenshot is taken.
