Everything is in the title. I would like to know when the dealloc method is called on UIViewController using ARC ?
In my app I have a navigation controller with multiple view controllers. When I dismiss my main navigation controller, the dealloc method is not getting call in any of my controllers ..
Thanks,