I have a MKMapView
. Sometimes after my view controller is dismissed, I'll get a EXC_BAD_ACCESS
.
I turned on NSSZombies
and it looks like the MKMapView
's delegate — my view controller! — is being called, despite both the MKMapView
and UIViewController
subclass being freed. I've checked, and my memory management is correct.
What's going on?