---
title: didDisconnectNotification
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiscreen/diddisconnectnotification
---

# didDisconnectNotification

A notification the system posts when a screen disconnects from the device.

## Declaration

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

## Mentioned in

Processing queued notifications

## Discussion

Discussion The object of the notification is the UIScreen object that represented the now-disconnected screen. There’s no userInfo dictionary.

## See Also

### Deprecated notifications

- [didConnectNotification](uikit/uiscreen/didconnectnotification.md)
