
I am implementing a map and it works well. But when I try to enlarge the map, I see this problem:
Here is my code:
- (MKOverlayRenderer *)mapView:(MKMapView *)mapView rendererForOverlay:(id<MKOverlay>)overlay { MKPolylineRenderer *renderer = [[MKPolylineRenderer alloc] initWithPolyline:(id)overlay]; renderer.strokeColor = [UIColor redColor];
source share