Advertisement
Guest User

Untitled

a guest
May 24th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if ([view isKindOfClass:[MAKRCalloutView class]])
  2.     {
  3.         NSLog(@"mkannotation");
  4.     }
  5.     else if ([view isKindOfClass:[MKAnnotationView class]])
  6.     {
  7.         NSLog(@"my");
  8.     }
  9.  
  10.  
  11. // In my log it returning me my... so, callout it will not going in if condition.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement