Chapter 10. User Defaults

Many applications have preferences panels that allow the user to choose a preferred appearance or behavior. The user's choices go into the user defaults database in the user's home directory. Note that only the choices that vary from the factory defaults are saved in the user defaults database. If you go to ~/Library/Preferences, you can see your user defaults database. The files are in XML format; you can browse through them with a text editor.

The NSUserDefaults class allows your application to register the factory defaults, save the user's preferences, and read previously saved user preferences.

The color well that you dropped into the preferences window in Chapter 9 will determine the background color of the table view. ...

Get COCOA PROGRAMMING FOR MAC OS X SECOND EDITION now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.