Skip to content

Instantly share code, notes, and snippets.

@ydn
Created June 10, 2015 23:28
Show Gist options
  • Save ydn/31dec49d6c2585eec123 to your computer and use it in GitHub Desktop.
Save ydn/31dec49d6c2585eec123 to your computer and use it in GitHub Desktop.
Track geographic location (Swift)
let locationManager: CLLocationManager = CLLocationManager();
locationManager.startUpdatingLocation();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment