Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to display Annotation view without clicking on pin in mapview?

Tags:

iphone

I have implemented one map application in which i have display pin animation for current location.When i click on the pin at that time annotation view will open. But i want to display annotation view without clicking on pin.Is it possible if possible then please give me idea about that.

Thanks in advance.

like image 220
ManthanDalal Avatar asked Dec 07 '10 09:12

ManthanDalal


1 Answers

Try out:

It seems that [mapView selectAnnotation:annotation animated:YES] works too.

Hope this helps.

like image 82
Kinka Avatar answered Sep 28 '22 04:09

Kinka