I have seen the similar question in the StackOverflow, but my question is totally different one. I am working on a project where user has to go through several views 'stacked' up as series in UINavigationController.
As the user moves through navigation controllers, (s)he has to fill in the data in the form and continue. User is also allowed to come back and change information. (Of course, when he changes information, the questions coming in the coming forms may or may not change)
Now the question is, please answer, does iOS keep all the form data in the memory or write onto some temporary memory and retrieve it back? How does the iOS manager to show the data on the previous view's data?
Thank yoU!