Tagged Questions
3
votes
2answers
2k views
save and restore state of a tab bar controller
I have an application that has a UITabBarController with two tabs, each having its own navigation controller. Now I want to store the state of the application when the user closes it, so that when the ...