Yandex Interview Question

UIViewController lifecycle. How the UIViewController loads?

Interview Answer

Anonymous

Jul 17, 2019

loadView viewDidLoad var isViewLoaded let vc = UIViewController() assert(!vc.isViewLoaded) let view = vc.view assert(vc.isViewLoaded)