Yandex interview question

UIViewController lifecycle. How the UIViewController loads?

Interview Answer

Anonymous

17 Jul 2019

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