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.
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.
You could take a look at DTResurrectionKit which is a handy way to store state.