Created
July 8, 2020 20:15
-
-
Save mnaruse/1d86e036cdf7a9c5d22f666397c875be to your computer and use it in GitHub Desktop.
WWDC20: What's new in location.
This file contains hidden or 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
// iOS14 | |
// Reduces accuracy by default | |
var locationManager = CLLocationManager() | |
locationManager.desiredAccuracy = kCLLocationAccuracyReduced |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
first commit.