May 2008
Intermediate to advanced
464 pages
8h 13m
English
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 property list format; you can browse through them with Property List 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 12 will determine the background color ...