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
SBAppSliderController: Difference between revisions - iPhone Development Wiki

SBAppSliderController: Difference between revisions

From iPhone Development Wiki
(adding navbox)
(no more bold since that's not the article title anymore)
Line 1: Line 1:
Notes about the '''app switcher''' (called the "app slider" on iOS 7), also known as the "task switcher" or "multitasking switcher".
Notes about the app switcher (called the "app slider" on iOS 7), also known as the "task switcher" or "multitasking switcher".


== Activating the app switcher ==
== Activating the app switcher ==

Revision as of 22:20, 4 March 2014

Notes about the app switcher (called the "app slider" on iOS 7), also known as the "task switcher" or "multitasking switcher".

Activating the app switcher

  • Pre iOS 7:
[[SBUIController sharedInstance] activateSwitcher];
  • Post iOS 7:
[[SBUIController sharedInstance] _activateAppSwitcherFromSide:2];