IPhone Mobile Phone Call MKMapView
Can the bubble pop up constantly? I tried to put the following code in didAddAnnotionViews:
for (id<MKAnnotation> currentAnnotation in mapView.annotations) {
[mapView selectAnnotation:currentAnnotation animated:NO];
}
Which works, however, when I click on MKMapView the bubble disappears. I want to avoid this behavior.
+2
a source to share