Link Search Menu Expand Document

WindowScene

public class WindowScene: Scene 

Inheritance

Scene

Initializers

init(session:connectionOptions:)

public required init(session: SceneSession,
                       connectionOptions: Scene.ConnectionOptions) 

Properties

windows

Getting the Active Windows The windows associated with the scene.

public internal(set) var windows: [Window] = []

screen

The screen that displays the content of the scene.

public private(set) var screen: Screen

sizeRestrictions

Getting the Interface Attributes The minimum and maximum size of the application’s windows.

public private(set) var sizeRestrictions: SceneSizeRestrictions?