We want to customizing app screen on app switcher in the following situations.
- Hide sensitive information on app switcher
- Enhance what user see on app switcher
Create a view controller that shows a customized screen.
During applicationDidEnterBackground, we presentViewController, without any animation.
During applicationWillEnterForeground, we dismissViewControsser, without any animation.