Scene callback order on leaving and returning
In a scene-based (SceneDelegate) UIKit app, the user goes out to the home screen and comes back 30 seconds later, with the app never terminated. Which list puts the callbacks in the right order?
Pick one
Scene callback order on leaving and returning
In a scene-based (SceneDelegate) UIKit app, the user goes out to the home screen and comes back 30 seconds later, with the app never terminated. Which list puts the callbacks in the right order?
Pick one
App lifecycle and systemShort answerBasics
When the user goes out to the home screen (with the home button or a swipe), what happens…
#app-state #scene-delegate
App lifecycle and systemShort answerIntro
A user is working in your app, takes a phone call, hangs up, goes out to the home screen,…
#app-state
App lifecycle and systemMultiple choiceIntro
Which situations put an app in the Inactive state? Pick all that apply.
#app-state
App lifecycle and systemMultiple choiceBasics
Which statements about the moment an app moves from Background to Suspended are correct? …
#app-state