I have a big problem with the iOS6-Mapkit. For testing this situation, i created a sample-app with a navigation controller, a root-view for the navigation-controller with a button, that pushes a other view controller, which just contains a MapView.
I tried to analyze this basic sample-app with Instruments. Every time, when i go to the MapView and back, i have ca. 0.5 MB more Ram allocated. I didn't even create View Controllers in Code. How can i stop this leaking and prevent a app with many MapViews from crashing?
I tried to analyze this basic sample-app with Instruments. Every time, when i go to the MapView and back, i have ca. 0.5 MB more Ram allocated. I didn't even create View Controllers in Code. How can i stop this leaking and prevent a app with many MapViews from crashing?