We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e30eeb commit 328f4dfCopy full SHA for 328f4df
1 file changed
Example/AppDelegate.swift
@@ -32,7 +32,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
32
var window: UIWindow?
33
34
func application(_ application: UIApplication,
35
- didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil) -> Bool {
+ didFinishLaunchingWithOptions launchOptions:
36
+ [UIApplication.LaunchOptionsKey: Any]? = nil) -> Bool {
37
window = UIWindow(frame: UIScreen.main.bounds)
38
window?.backgroundColor = UIColor.white
39
window?.rootViewController = UINavigationController(rootViewController: ExampleViewController())
0 commit comments