Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. if (CLLocationCoordinate2DIsValid(myCoordinate)) {
  2. NSLog(@"Coordinate valid");
  3. } else {
  4. NSLog(@"Coordinate invalid");
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement