How to always show the callouts in the map view? If we tap the map view callout hide and once again tap the pin its show. I don’t want like this.., I need always showing the callout, without hide. How to do this. Please help me. I am using below code for show the callout. Its not working fine.
[mapView selectAnnotation:addAnnotation animated:NO];
annotationView.canShowCallout = YES;
well you can do this by using
delegatemethoddidDeselectAnnotationViewofMKMapViewand select the sameannotationwhen it deselect like this –