Guest User

Untitled

a guest
Dec 14th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. f([CLLocationManager locationServicesEnabled] &&
  2. [CLLocationManager authorizationStatus] != kCLAuthorizationStatusDenied) {
  3. // show the map
  4. } else {
  5. // show error
  6. }
Add Comment
Please, Sign In to add comment