I want to save the current tab the user is in when he/she quits the application so I can load the application with that tab highlighted when the user re-enters the app.
I presume I use the following method within my app delegate to save the current tab
- (void)applicationWillTerminate:(UIApplication *)application
but how do I gain access to the current tab - and what would be the best way to reload it?