i am having 3 tabs one is catalog tab,cart tab,seetings tab.When i close my app and once again open it i want my app to be in the same tab and same screen previously when i closed.So how to achive this?Are there any API's for restoring application status.
There are many ways to do this - archivers, writing status to a file, NSUserDefaults. You can use any of these.
– lostInTransitJuly 20, 2009 18:21