SceneDelegate

class SceneDelegate : UIResponder, UIWindowSceneDelegate
  • Declaration

    Swift

    var window: UIWindow?
  • Declaration

    Swift

    func scene(_ scene: UIScene,
               willConnectTo session: UISceneSession,
               options connectionOptions: UIScene.ConnectionOptions
    )