PSListController: Difference between revisions

From iPhone Development Wiki
m (Move the occlass template call back to the top, because I'm ambivalent.)
No edit summary
Line 1: Line 1:
{{occlass|framework=Preferences}}
{{occlass|library=Preferences.framework}}
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.

Revision as of 14:51, 21 September 2009


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.