The best way to download the application, as it was in the previous state, when it was stopped

I would like to know the best practices for reloading the state of an application so that when I launch my application it automatically loads the “correct” view / subroutine when it opens again.

In my particular case, my application has a bunch of view controllers, each of which takes care of a UITableView. I would like my application to jump to the correct node in my table view hierarchy when it opens again.

+3
source share
4 answers

, , , , "", "" [navigationController pushViewController: viewController animated: NO]. , "", . "", , ( " " ).

+5

. , , , , .

+2

I published a small library to help accomplish such things. I already use it in the application that I published on the App Store, and it is much smoother than implementing NSCoder for each view manually: P

0
source

All Articles