Skip to content

Instantly share code, notes, and snippets.

@mnaruse
Created July 8, 2020 20:15
Show Gist options
  • Save mnaruse/1d86e036cdf7a9c5d22f666397c875be to your computer and use it in GitHub Desktop.
Save mnaruse/1d86e036cdf7a9c5d22f666397c875be to your computer and use it in GitHub Desktop.
WWDC20: What's new in location.
// iOS14
// Reduces accuracy by default
var locationManager = CLLocationManager()
locationManager.desiredAccuracy = kCLLocationAccuracyReduced
@mnaruse
Copy link
Author

mnaruse commented Jul 8, 2020

first commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment