-
-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
The reason seems to be the a didFinishLaunchingWithOptions method in AppDelegate.swift with the usual code to set the window.
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { window = UIWindow(frame: UIScreen.main.bounds) window?.backgroundColor = .white window?.rootViewController = ViewController() window?.makeKeyAndVisible() return true }
azhabort and hyling
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working