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

SBAppStatusBarManager: Difference between revisions

From iPhone Development Wiki
mNo edit summary
No edit summary
Line 4: Line 4:
</source>
</source>
This class was not available prior to iOS 7
This class was not available prior to iOS 7
== References ==
{{IPFHeader|SpringBoard|.app}}

Revision as of 06:00, 19 October 2013

SBAppStatusBarManager is a singleton class that manages the status bar. You can access the singleton instance with the nonstandard method as follows:

+(id)sharedInstance

This class was not available prior to iOS 7

References