MKMapView calling didSelectAnnotationView
问题 I use MKMapView . On map I show clickable AnnotationViews . After click on AnnotationView , I push MyController to NavigationController . In MyController I click on the back button, after this my previous controller is show (do pop controller). When I click on AnnotationVIew in my previousController callback didSelectAnnotationView does not rased. Why it happened? 回答1: It because when I click on annotation it annotation selected and when I click on this annotation again it does not call