uiScene
The scene that is handling the app intent.
Declaration
var uiScene: UIScene? { get }Mentioned in
Discussion
When the system selects a scene for your app intent, it assigns the scene to this property so your app intent can access it. Check the value of this property only in your app intent’s perform() method. If the system didn’t associate the app intent with a scene, the value of this property is nil.