I have a modal view controller that initiates a process. If I dismiss the modal view controller, then reopen it, it continues from where it left off. What I want is to (upon dismissal) reset the modal view controller, cancel all processing and reset it to it’s initial state. Is there a way?
Cheers
Don’t save the
UIViewControllersubclass object in an ivar, justalloc] init]a new one every time you want to present one.