Question d’entretien chez Yandex

UIViewController lifecycle. How the UIViewController loads?

Réponse à la question d'entretien

Utilisateur anonyme

17 juil. 2019

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