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"...")
(No difference)

Revision as of 04:53, 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