App switcher: Difference between revisions

From iPhone Development Wiki
(linking to relevant articles)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Classes relevant to handling the app switcher (multitasking switcher):
Classes relevant to handling the app switcher (also called "task switcher" or "multitasking switcher").


* [[SBAppSliderController]] - activate and toggle the app switcher.
* [[SBAppSliderController]] - activate and toggle the app switcher.


* [[SBAppSwitcherModel]] - get the list of recently opened apps in the app switcher.
* [[SBAppSwitcherModel]] - get the list of recently opened apps in the app switcher.
* [[SBMainSwitcherViewController]] - responsible for displaying the switcher on iOS 9+

Latest revision as of 22:23, 29 April 2021

Classes relevant to handling the app switcher (also called "task switcher" or "multitasking switcher").