I want to add bouncing animation for map markers when they are added to map. Is it possible?
Asked
Active
Viewed 898 times
2 Answers
0
First, I would read up on how to use the MKAnnotation
protocol, in this post. Then, you can look at this question, which looks to very close to what you're asking about: MKMapView: animate drop
Good luck!
-
I think Alexey is asking about bouncing the marker and not about the drop animation – akshay1188 Dec 14 '11 at 11:14