Issue with overlapping annotations (MKAnnotationView) on map
In my iphone application, I'm using MapKit with MKMapView and custom MKAnnotationView. The problem is when annotations overlap on map (in my app, annotations are photos and those photos may overlap) and when you tap on the annotation that appears on front, it's another annotation (on back) which receives the event (seems to be random). I didn't find any way to send the event to the front annotation. I cannot believe this bug/problem doesn't have any solution! Z ordering and Order of overlapping annotations questions on stackoverflow did not help me that much. Please any idea is welcome (even