Monday, 26 August 2013

How to Persist Application State in cocoa

How to Persist Application State in cocoa

I need to store the state of application at application termination time,
so that when user re-run app, App run from the state in which it was
closed last time. It is some kind of restoring app but restore methods
called when app close unexpectedly. But i need to restore app each time
when it close unexpectedly of user close it manually. I just need to store
the App UI not the data of application. Any idea would be helpful for me.
Thanks

No comments:

Post a Comment