iOS 14.0 MapKit stopped drawing MKPolyline for me when there is a custom MKTileOverlay below it. Everything works in MKMap without the MKTileOverlay, but as as soon as MKTileOverlay is added below everything (or everything is added on top of MKTileOverlay):
MKCircle draws alright
MKPolygon draws alright
MKAnnotiation draws alright
MKPolyline is not drawn
The issue affects anything that is based on MKPolylineRenderer.
Submitted to Apple as FB8751854.
Does anyone know any trick for how to solve it? I tried on iOS 14.0.1 - same problem.
MKCircle draws alright
MKPolygon draws alright
MKAnnotiation draws alright
MKPolyline is not drawn
The issue affects anything that is based on MKPolylineRenderer.
Submitted to Apple as FB8751854.
Does anyone know any trick for how to solve it? I tried on iOS 14.0.1 - same problem.