For the UIVIewController which is released and pushed on the navigation stack, memory allocated to it gets deallocated when view is popped.
But what about viewcontroller which is rootview controller i.e the first member on navigation stack which in turn bound to tab bar?
How to trace memory leak in it??
For the UIVIewController which is released and pushed on the navigation stack, memory allocated
Share
For testing purpose I pushed the viewController from some dummy viewController…