SBAppStatusBarManager: Difference between revisions

From iPhone Development Wiki
(Created page with "'''SBAppStatusBarManager''' is a singleton class that manages the status bar. You can access the singleton instance with the nonstandard method as follows: <source lang="objc"...")
 
mNo edit summary
Line 3: Line 3:
+(id)sharedInstance
+(id)sharedInstance
</source>
</source>
This class was not available prior to iOS 7

Revision as of 05:56, 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