Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
Preferences.framework: Difference between revisions - iPhone Development Wiki

Preferences.framework: Difference between revisions

From iPhone Development Wiki
m (add a bundle ID.)
m (Added to Preferences category)
 
(2 intermediate revisions by one other user not shown)
Line 7: Line 7:
This framework handles the interface and semantics for system preferences access and modification.
This framework handles the interface and semantics for system preferences access and modification.


* [[Preferences specifier plist]] format.
* [[Preferences specifier plist]] format - the specification of the .plist files that specify the layout of an iOS preference pane.
* [[PSSpecifier]] - a user-facing setting or actionable item in the Preferences framework.
* [[PSRootController]] - an abstract class that represents the root controller in a Preferences-like application.
* [[PSListController]] - a class that represents a list of preferences in a table.
* [[PSDetailController]] - a view controller controlling a custom editing pane.
* [[PSEditingPane]] - a subclass of UIView that provides custom code, instead of via PSSpecifiers, to manage the user interface.


== Versions ==
== Versions ==
Line 24: Line 29:
{{Navbox Classes}}
{{Navbox Classes}}
{{Navbox Frameworks}}
{{Navbox Frameworks}}
[[Category:Preferences]]

Latest revision as of 23:48, 7 September 2014

Preferences.framework
Private Framework
com.apple.preferences
Availabile 2.0 – present
Class Prefix PS
Headers [headers.cynder.me]

This framework handles the interface and semantics for system preferences access and modification.

  • Preferences specifier plist format - the specification of the .plist files that specify the layout of an iOS preference pane.
  • PSSpecifier - a user-facing setting or actionable item in the Preferences framework.
  • PSRootController - an abstract class that represents the root controller in a Preferences-like application.
  • PSListController - a class that represents a list of preferences in a table.
  • PSDetailController - a view controller controlling a custom editing pane.
  • PSEditingPane - a subclass of UIView that provides custom code, instead of via PSSpecifiers, to manage the user interface.

Versions

Firmware 2.0 2.1 2.2 3.0 3.1 3.2
SourceCache version N/A 718.46
dylib version 1