do you know that MKPinAnnotationView has a method “animatesDrop” to animate a pin annotation from the top to point on the map with a shadow? OK, is it possible do this with a custom image??
do you know that MKPinAnnotationView has a method animatesDrop to animate a pin annotation
Share
You can always do your custom animation in MKMapViewDelegate method.
Probably something like that (you won’t get the fancy shadow animation, if you want it you need to do it yourself) :
Swift Version