How to add a UIBezierPath to a MKMapView using overlays
问题 I 've been trying to add a half circle to a map view using a custom MKOverlayPathView subclass and a custom class which confirms to but I cannot get anything to show up on the map view. I use a UIBezierPath to create the path for the circle, but no matter what I try, I cannot see my path... Does anyone have an example program in which a UIBezierPath is being used as overlay? Thank you! Tim Edit: Answer to Anna's question: I can draw MKCircleViews without any problem, but I seem to struggle