In my app I am changing views using presentModalViewController, then release the new view controller at the end but somehow it keeps the old view controller active. So is there any way to just completely kill a view controller I am not using?
Thanks!
In my app I am changing views using presentModalViewController, then release the new view
Share
Not with presentModalViewController. By using presentModalViewController the new view will be displayed inside the original View, just the animation looks like it is above it.