But there is a catch to get benvolioT's solution to work, the code
for (idcurrentAnnotation in mapView.annotations) { if ([currentAnnotation isEqual:annotationToSelect]) { [mapView selectAnnotation:currentAnnotation animated:FALSE]; } }
Tag Archives: MKAnnotationView