Pregunta de entrevista de Yandex

UIViewController lifecycle. How the UIViewController loads?

Respuesta de la entrevista

Anónimo

17 jul 2019

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