Posts tagged as: Application Preferences

iPhone Programming Tutorial – Saving/Retrieving Data Using NSUserDefaults

  • Twitter
  • Facebook
  • Digg
  • Reddit
  • StumbleUpon
  • del.icio.us
  • Google Bookmarks

In this tutorial, I will be showing you how you can save and retrieve different types of data using the NSUserDefaults object.  Saving this way is great for when you want to save small amounts of data such as High Scores, Login Information, and program state.
Saving to the NSUserDefaults is great because it does not require any special database knowledge.  So if you don’t want/have an SQLite3 database for your app, this would be the way to go.
In this tutorial, …

October 3rd, 2008 Posted by: (ELC) - posted under:Tutorials - View Comments READ MORE