In our app we draw lines on roads in apple maps. So we draw multiple polylines (MKPolyline) on a map view. In iOS 16 this functionality is making the application non-responsive.
This was working up until iOS 16
Steps to Reproduce:
Create a Custom Map renderer for iOS Add multiple polylines (MKPolyline.FromCoordinates) with MKMapView.AddOverlay When zooming in/out on the map it removes the existing shapes and redraws them. Doing this once or multiple times makes the app non-responsive. After some time the app crashes.
Anybody else experiencing this ?