Hey guys, we know that on IOS4, switch among several apps, the whole state of each app will be saved, when come back to the original app, the app will stay where it was. If user closes the app(from the app list on the bottom by double-click home button), then launch it again, the app will run from the beginning.
I'm wondering if there is a method, which can save the whole state, when user closes and launch my app, it can restore the app's state just like switching among apps.
I've checked all the method of UIApplication and it seems no such one exists. Maybe I missed it. Could anyone help me with this? Thanks in advance!