tags:

views:

94

answers:

1

How to show callout bubble without the user tapping on the pin ??

A: 

(Assuming you're talking about annotations on MKMapView)

Call [mapView selectAnnotation:yourAnnotation animated:YES]; with your annotation object

Vladimir
Thanks.I have tried that but its not working....! Any other way to do this ????
Matrix