Dev:SBAwayController

From The Apple Wiki

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