Contents

didConnectNotification

A notification the system posts when a new screen connects to the device.

Declaration

nonisolated class let didConnectNotification: NSNotification.Name

Mentioned in

Discussion

Connection notifications aren’t sent for screens that are already present when the app launches. The app can instead use the screens method to get the current set of screens at launch time.

The object of the notification is the UIScreen object representing the new screen. There’s no userInfo dictionary.

See Also

Deprecated notifications