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
SBIconModel: Difference between revisions - iPhone Development Wiki

SBIconModel: Difference between revisions

From iPhone Development Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{occlass|library=SpringBoard.app}}
'''SBIconModel''' is a singleton class embodying all of the logic behind [[SBIconList|home screen pages]] and the [[SBButtonBar|dock]]. As of iPhone OS 3.1, it also handles communicating with the Applications tab in iTunes 9.
'''SBIconModel''' is a class embodying all of the logic behind [[SBIconList|home screen pages]] and the [[SBButtonBar|dock]]. As of iPhone OS 3.1, it also handles communicating with the Applications tab in iTunes 9.
 
This class is only a model. To control the icon lists, you should use the [[SBIconController]] singleton class.
 
{{IPFHeader|SpringBoard|.app}}

Revision as of 10:54, 21 November 2009

SBIconModel is a singleton class embodying all of the logic behind home screen pages and the dock. As of iPhone OS 3.1, it also handles communicating with the Applications tab in iTunes 9.

This class is only a model. To control the icon lists, you should use the SBIconController singleton class.