tags:

views:

182

answers:

2

i want to show multiple pins on my MapView all with Animation of Dropping pin so how it is possible if any body have sample code then please send send link.i am new in this field.Thanks in Advance.

A: 

Just as you show single pin.. keep the code for single pin in Loop and pass different longitude latitude in loop.. You will get the pins at different location

Suriya
+2  A: 

There are few code samples on developer.apple.com

This

is a simple map example with two pins

lukya
I have that sample code but it's not understandable.
Ankit Vyas
Simply call addAnnotations on your MKMapView with an array of all the MKAnnotationViews. If you want the drop animation, set animatesDrop to true
lukya