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.

link|improve this question

66% accept rate
The iPhone 3.0 SDK is still under NDA, so I don't know that anyone can reply to this :( – Benny Wong Jun 4 '09 at 14:32
feedback

1 Answer

up vote 2 down vote accepted

Use MKMapView:selectAnnotation:animated.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.