PSListController: Difference between revisions

From iPhone Development Wiki
(Briefly document PSListController.)
 
m (Move the occlass template call back to the top, because I'm ambivalent.)
Line 1: Line 1:
{{occlass|framework=Preferences}}
Provides a generic preferences list, with support for loading [[PSSpecifier|specifiers]] from a property list and writing to user defaults.
Provides a generic preferences list, with support for loading [[PSSpecifier|specifiers]] from a property list and writing to user defaults.


This class is typically subclassed in creating custom PreferenceBundles.
This class is typically subclassed in creating custom PreferenceBundles.
{{occlass|framework=Preferences}}

Revision as of 11:49, 21 September 2009


[[Category:Classes in {{{library}}}]]

Provides a generic preferences list, with support for loading specifiers from a property list and writing to user defaults.

This class is typically subclassed in creating custom PreferenceBundles.