I\'m working on a MKMapView with the usual colored pin as the location points. I would like to be able to have the callout displayed without touching the pin.>
MKMapView
Resetting the annotations also will bring the callout to front.
[mapView removeAnnotation: currentMarker]; [mapView addAnnotation:currentMarker];