0

Is it possible to change the speed (or gravity maybe) for the animation of

pin.animatesDrop

Where pin is an instance of an MKPinAnnotationView

I would really like it if my pins could fall faster.

Eyeball
  • 3,157
  • 2
  • 21
  • 49
  • 1
    I don't think you can change that directly. You can subclass its superclass, MKAnnotationView, and add that behavior. https://developer.apple.com/library/ios/documentation/MapKit/Reference/MKAnnotationView_Class/Reference/Reference.html#//apple_ref/occ/cl/MKAnnotationView – Nick Terry Sep 08 '13 at 12:17
  • Agreed. Don't use `animatesDrop`, but animate yourself. I think [this answer](http://stackoverflow.com/a/7045872/1271826) by MrAlek represents a good implementation. – Rob Sep 08 '13 at 14:50

0 Answers0