Makzan / I share what I learned

Customizing screen on app switcher

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.


Published on 2015-12-16. More articles like this:
- App Development
- iOS Development

Previous <- Link: Text To HTML Menu/List
Next -> Floating action button and the distraction