Skip to content

Instantly share code, notes, and snippets.

@augusteo
Created January 18, 2017 08:55
Show Gist options
  • Save augusteo/5fde56e93d306b1c56fd829d26499f24 to your computer and use it in GitHub Desktop.
Save augusteo/5fde56e93d306b1c56fd829d26499f24 to your computer and use it in GitHub Desktop.
func location() {
locationManager.delegate = self
locationManager.allowsBackgroundLocationUpdates = true
locationManager.desiredAccuracy = kCLLocationAccuracyBest
locationManager.requestAlwaysAuthorization()
locationManager.startUpdatingLocation()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment