run a mapview in xcode waste too much memory, so that i want to remove the mapview when current ViewController dismiss:
deinit{
mapView = nil
}
but in the debug navigator, memory didnt release in fact. so , how to release the memory when i remove the mapview? thanks!