---
title: didConnectNotification
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uiscreen/didconnectnotification
---

# didConnectNotification

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

## Declaration

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

## Mentioned in

Processing queued notifications

## Discussion

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

- [didDisconnectNotification](uikit/uiscreen/diddisconnectnotification.md)
