Hello again,
I have a UINavigationController that asks for some information and the user navigates until the end, once there, they can Accept or Cancel all the data that has been entered.
It doesn't matter wich option they choose, as they always will go to the first view using
[UINavigationController popToRootViewControllerAnimated:]
The question is, how I can release/deallocate all the views ?
For example, they start for view 1 and the end is at view 8, once they go directly to the 1 from the 8, how I can release view 2,3,4,5,6,7,8 ?
thanks,
regards,
m.