Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. // called when the authorization status is changed for the core location permission
  2. func locationManager(_ manager: CLLocationManager, didChangeAuthorization status: CLAuthorizationStatus) {
  3. print("location manager authorization status changed")
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement