Comment by kccqzy
Prior to true multitasking on iOS, Apple would tell you to tag view controllers for preservation so that when your app launches, the OS will restore the original view controllers, as if the app has been running the whole time. Old documentation here: https://developer.apple.com/library/archive/featuredarticles...
(These days few apps bother to do this anymore. I switch away from an app in a minute and upon switching back I'm back at the app's home screen.)
The state preservation API wasn't added until iOS 6.0 in 2012.
https://developer.apple.com/documentation/uikit/uiviewcontro...