how to show the same view when the app is reopened
I have a tableview which shows a webview on clicking some row in the table, which in turn picks up the data from an sqlite. if a user closes the app by pressing home key while viewing a description in webview and reopens it after sometimes, I should be making the user to see the same screen. how to show the same view again ? What is the efficient way ? Well I think the easiest way is to store the state of the application in NSUserDefaults. There is a delegate method on UIApplication called: - (void)applicationWillTerminate:(UIApplication *)application This delegate method gets called when the