Contents

targetContentIdentifier

The object that determines which scene handles the quick action.

Declaration

var targetContentIdentifier: Any? { get set }

Discussion

Assign an object to this property when you want a specific scene of your app to handle quick actions. UIKit applies the value in this property to the activation conditions defined by the UISceneActivationConditions objects of the available scenes. Based on the predicates you specify, UIKit selects the most appropriate scene for handling the action.