tags:

views:

700

answers:

1

I need to display the callout without tapping on the pin in the MKView. I tried setSelected:animated method call but it doesn't seems to work.

Once the pin is dropped to the map, the callout should be displayed right away.

+1  A: 

Use MKMapView#selectAnnotation:animated

Seymour Cakes