Need Help!!!!!!
I have 3 view controllers in my app that I am switching between, and I need to know how to release each view controller upon switching to another one.
I am running my app in the performance tools that come with xcode and when switch to another view controller it is allocating memory for the next view controller, but not releasing the previous one. Please help!
|