App switcher: Difference between revisions

From iPhone Development Wiki
(Add SBMainSwitcherViewController)
mNo edit summary
Line 5: Line 5:
* [[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;
* [[SBMainSwitcherViewController]] - responsible for displaying the switcher on iOS 9+. Get the list of apps from -(NSArray *)recentAppLayouts;

Revision as of 22:07, 29 April 2021

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