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