Contents

UIWindowScene.ActivationRequestOptions

An object that contains information you want the system to use when activating a new window scene.

Declaration

class ActivationRequestOptions

Overview

Create a UIWindowScene.ActivationRequestOptions object before you activate a scene using the activateSceneSession(for:errorHandler:) (Swift) or activateSceneSessionForRequest:errorHandler: (Objective-C) method of UIApplication. Use this object to specify the preferred presentation style of the new scene.

Topics

Positioning windows

Deprecated

See Also

Supporting types