Hi all,
I am building an app based on a navigation controller.
I would like that the user has the ability when he relaunches the app to see the last screen he saw when he quit the app.
It's exactly like in the mail app, when you push "home" while composing a mail, then when you go back to your mails you directly arrive on the mail you were writting.
I would first like to know what is the best solution (I don't think I can get that with NSuserdefaults...). Then, I would like to know if this solution is applicable to my app, considering that in my rootviewcontroller I download data locally which I parse, then display in the multiple navigation controller views....
Thanks in advance for your answers.