---
title: connectedScenes
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiapplication/connectedscenes
---

# connectedScenes

The app’s currently connected scenes.

## Declaration

```swift
var connectedScenes: Set<UIScene> { get }
```

## Discussion

Discussion Connected scenes are those that are in memory and potentially doing active work. A connected scene may be in the foreground or background, and it may be onscreen or offscreen.

## See Also

### Getting scene information

- [supportsMultipleScenes](uikit/uiapplication/supportsmultiplescenes.md)
- [openSessions](uikit/uiapplication/opensessions.md)
