Reading and writing user preferences within iPhone applications is surprisingly easy given the NSUserDefaults class does most all the work for you.
What follows is a short example to show how you can read/write two values, a boolean and an integer. The example assumes you want to save state as to whether a user wants [...]
↧