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 14:04, 11 August 2015 by Uroboro (talk | contribs)
(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.

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