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
SBAwayController - iPhone Development Wiki

SBAwayController

From iPhone Development Wiki
Revision as of 14:06, 11 August 2015 by Uroboro (talk | contribs) (→‎References)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

SBAwayController is the controller representing the lockscreen. It hosts an SBAwayView. It is replaced by SBLockScreenViewController in iOS 7.

Examples

Accessing SBAwayController's SBAwayView

[[%c(SBAwayController) sharedAwayController] awayView];

More Examples

Project Author Last Update
AnyLockApp Nick Frey 2011
LSAlwaysShowMediaControls iHeli0s 2012

Finding more examples: https://github.com/search?q=extension%3Axm+SBAwayController&type=Code&ref=searchresults

References