I am developing an iPhone application which is navigation based. Whenever the application quits, the retain count of the navigation controller and the window is 3. Can somebody explain me how to overcome this issue? The dealloc method, as a result, is not getting called.
I am developing an iPhone application which is navigation based. Whenever the application quits,
Share
There is no issue.