views:

51

answers:

1

Hi all,

I am new to Objective-C. I know how to save values using NSUserDefaults when the user presses the home button but it affects my application's performance. I want one method that saves values without affecting my application's performance.

A: 

You could take a look at DTResurrectionKit which is a handy way to store state.

Abizern