Contents

UIWindowScene.ActivationConfiguration

An object that provides configuration options for a window scene request.

Declaration

class ActivationConfiguration

Overview

Use a UIWindowScene.ActivationConfiguration object to request a new window scene from the system. An activation configuration requires a NSUserActivity object that represents the scene’s content. You can specify a preferred presentation style for the new scene by including an optional UIWindowScene.ActivationRequestOptions object. The system automatically animates the transition to the new scene, but you can customize the transition by providing an optional targeted preview.

To request scene activation from a view interaction, use an instance of this class with UIWindowScene.ActivationInteraction. To request scene activation from a context menu, use an instance of this class with UIWindowScene.ActivationAction.

Topics

Creating an activation configuration

Getting information about the activation configuration

See Also

Supporting types