Created
August 18, 2016 14:51
-
-
Save mizutori/cded26da76994b45ece31c350f34d455 to your computer and use it in GitHub Desktop.
Call startUpdatingLocation via sharedInstance of LocationService class
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class AppDelegate: UIResponder, UIApplicationDelegate { | |
var window: UIWindow? | |
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { | |
LocationService.sharedInstance.startUpdatingLocation() | |
return true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
,