I had a requirement for an application as follows :
The app should be started from the same state (screen),where it has last exited. For eg: I am viewing 3rd or 5th screen of the drill down navigation of UITableView selection on each screen.
When user again starts the app , the application should start with the same state.
Can it be possible to cache the navigation stack (UINavigation Controller) and again updating the nav stack at start of the app.
Thanks in advance.
The app should be started from the same state (screen),where it has last exited. For eg: I am viewing 3rd or 5th screen of the drill down navigation of UITableView selection on each screen.
When user again starts the app , the application should start with the same state.
Can it be possible to cache the navigation stack (UINavigation Controller) and again updating the nav stack at start of the app.
Thanks in advance.