UIKit라인
Calls before viewDidLoad
For a UIViewController instantiated from a storyboard, which methods are called before viewDidLoad()? Pick all that apply.
Pick all that apply
Calls before viewDidLoad
For a UIViewController instantiated from a storyboard, which methods are called before viewDidLoad()? Pick all that apply.
Pick all that apply
UIKitMultiple choiceIntro
When a screen appears for the first time, which order do the UIViewController lifecycle m…
#lifecycle
UIKitShort answerBasics
A teammate kicks off a network request directly in viewDidLoad and updates the UI when th…
#lifecycle
ArchitectureMultiple choiceAdvanced
In this Coordinator implementation, LoginCoordinator stays in memory after the login flow…
#lifecycle
App lifecycle and systemShort answerIntro
A user is working in your app, takes a phone call, hangs up, goes out to the home screen,…
#lifecycle