windowScene
The scene containing the window.
Declaration
weak var windowScene: UIWindowScene? { get set }Discussion
Changing the value of this property moves the window to the newly specified scene. Setting the property to nil removes the window from its current scene.