SkeleWindowSceneDelegate
The UIKit scene delegate SkeleKit registers; it builds the app's window and shell.
- Kind: Class
- Namespace: SkeleKit
- Inherits:
UIWindowSceneDelegate - Implements:
INSObjectProtocol,INativeObject,IDisposable,IEquatable<NSObject>,IUISceneDelegate,IUIWindowSceneDelegate
Properties
Window
The window attached to the active UIKit scene.
Type: UIWindow?
Methods
DidEnterBackground
Notifies the application that its scene entered the background.
| Parameter | Summary |
|---|---|
UIScene scene | The scene entering the background. |
WillConnect
Connects a UIKit scene to the SkeleKit window and application shell.
| Parameter | Summary |
|---|---|
UIScene scene | The scene being connected. |
UISceneSession session | The session associated with the scene. |
UISceneConnectionOptions connectionOptions | The options supplied while connecting the scene. |
WillEnterForeground
Notifies the application that its scene will enter the foreground.
| Parameter | Summary |
|---|---|
UIScene scene | The scene entering the foreground. |