SceneDelegate
class SceneDelegate : UIResponder, UIWindowSceneDelegate
SceneDelegate
-
Undocumented
Declaration
Swift
var window: UIWindow? -
Undocumented
Declaration
Swift
func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) -
Undocumented
Declaration
Swift
func sceneDidDisconnect(_ scene: UIScene) -
Undocumented
Declaration
Swift
func sceneDidBecomeActive(_ scene: UIScene) -
Undocumented
Declaration
Swift
func sceneWillResignActive(_ scene: UIScene) -
Undocumented
Declaration
Swift
func sceneWillEnterForeground(_ scene: UIScene) -
Undocumented
Declaration
Swift
func sceneDidEnterBackground(_ scene: UIScene)
SceneDelegate Class Reference