We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
iOS 12
1 parent dffebd0 commit 064de28Copy full SHA for 064de28
RxCoreLocationExample/AppDelegate.swift
@@ -14,7 +14,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
14
var window: UIWindow?
15
16
17
- func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
+ func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
18
// Override point for customization after application launch.
19
return true
20
}
0 commit comments