requestWithSession:
Creates a scene session activation request object with a scene session that you provide.
Declaration
+ (instancetype) requestWithSession:(UISceneSession *) session;Parameters
- session:
The specific scene session to activate.
Return Value
A scene session activation request object.
Discussion
Create an activation request with this method when you want the system to activate an existing scene session that you provide.