Guest User

Untitled

a guest
Jun 24th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Class userLocationClass = NSClassFromString(@"MKUserLocation");
  2.  
  3. if ( userLocationClass != nil ) {
  4. MKUserLocation *userLocation = [[userLocationClass alloc] init];
  5. // Use userLocation
  6. [userLocation release];
  7. }
Add Comment
Please, Sign In to add comment