App switcher: Difference between revisions

From iPhone Development Wiki
No edit summary
(Add SBMainSwitcherViewController)
Line 4: Line 4:


* [[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]] - a view controller responsible for displaying the switcher on iOS 9+. Get the list of apps from -(NSArray *)recentAppLayouts;

Revision as of 21:56, 29 April 2021

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

  • SBMainSwitcherViewController - a view controller responsible for displaying the switcher on iOS 9+. Get the list of apps from -(NSArray *)recentAppLayouts;