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


1 answer


I don't think it is. Perhaps the solution is to make your pin design look like your callout. Will it help?



+3


a source







All Articles