QueueTip #006 - Persisting State w/ NSUserDefaults

Did you know…
You can persist application data using NSUserDefaults in your iPhone application? What are we referring to when we mention “persistence”? Basically, we mean that we’re going to allow your app to save data locally onto your iPhone and then later recall that saved data when your application requests that data.
Here’s the pertinent [...]