SBAppSwitcherController

From iPhone Development Wiki
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.

Notes about the app switcher on iOS 8. It was SBAppSliderController in iOS 7.

Activating the app switcher

[[%c(SBUIController) sharedInstance] _activateAppSwitcher];

Toggling the app switcher

[[%c(SBUIController) sharedInstance] _toggleSwitcher];

Determining if switcher is visible/showing

[[%c(SBUIController) sharedInstance] isAppSwitcherShowing]

References