Can the memory used by MKMapView be released some how?

Posted by gdr on Stack Overflow See other posts from Stack Overflow or by gdr
Published on 2010-06-03T05:26:30Z Indexed on 2010/06/03 5:34 UTC
Read the original article Hit count: 237

Filed under:
|

I am using an MKMapView in my iPhone application. When I load this view, the activity monitor instrument shows that the real memory of my App is increasing significantly. It keeps going up as you move the map around or zoom in and out. Once the View controller that loads this view is removed, the memory that was allocated due to the usage of the mapView does not get freed up. Is there something that can be done to get all this memory back?

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about mkmapview