In my application, I implement a UINavigationController . There are several UIViewControllers that are UIViewControllers stack.
When I get to the last, I want (after user actions) all UIViewControllers to be pushed, except for the first UIViewController . How can I do it?
I understand how the last one comes up, but how do I indicate that all the previous ones disappear too?
ios view release uinavigationcontroller pop
Ohad regev
source share