Skip to content

Instantly share code, notes, and snippets.

@mnaruse
Created July 8, 2020 17:47
Show Gist options
  • Save mnaruse/d3b040a0a23456a41fa0a21abcb8713f to your computer and use it in GitHub Desktop.
Save mnaruse/d3b040a0a23456a41fa0a21abcb8713f to your computer and use it in GitHub Desktop.
WWDC20: What's new in location.
// iOS 13
class func authorizationStatus() -> CLAuthorizationStatus
// iOS14
let authorizationStatus: CLAuthorizationStatus { get }
@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