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
2010-04-20 14:31:04
Thanks.I have tried that but its not working....! Any other way to do this ????
Matrix
2010-04-20 14:37:18