Skip to content

Instantly share code, notes, and snippets.

@softauthor
Created March 28, 2020 23:44
Show Gist options
  • Save softauthor/4718067ec277813cb2e92a8c7593d9c6 to your computer and use it in GitHub Desktop.
Save softauthor/4718067ec277813cb2e92a8c7593d9c6 to your computer and use it in GitHub Desktop.
if let windowScene = scene as? UIWindowScene {
let window = UIWindow(windowScene: windowScene)
window.rootViewController = ViewController()
self.window = window
window.makeKeyAndVisible()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment