Contents

connectedScenes

The app’s currently connected scenes.

Declaration

var connectedScenes: Set<UIScene> { get }

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