Contents

didDisconnectNotification

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

Declaration

nonisolated class let didDisconnectNotification: NSNotification.Name

Mentioned in

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