I have a map based app, that uses the MKMapView as main view. While my iPad is connected to Xcode, I can see in the debug navigator that the memory usage keeps increasing when zooming and panning around the map. I suppose iOS is caching the map tiles, but doesn't release them before the MkMapView is destroyed.
Is there any way to force MkMapView to clear all cache?
If I continue to pan and zoom around my app finally crashes when memory usage is at 3Gb.