How to bring UIBezierPath to the back of a MKAnnotation object?
问题 In my app, user draws a shape on map and using UIBeizerPath i am drawing that path. Then based on the coordinates of the path i am displaying the results which are only in that area. Everything works great except that now when Annotations drops on the Map view the pins looks like they are behind the path which means path looks in the front. I am using this code to display the Annotation and path : -(void)clearAnnotationAndPath:(id)sender { [_mapView removeAnnotations:_mapView.annotations];