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

SBAppSwitcherController

From iPhone Development Wiki
Revision as of 11:28, 12 March 2015 by PoomSmart (talk | contribs) (SBAppSwitcherController (iOS 8))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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]