Junior
20
0
questionbank

Какие методы жизненного цикла у ViewController вы знаете?

Answer from sobes.tech neural network
  • init(coder:)
  • init(nibName:bundle:)
  • loadView()
  • viewDidLoad()
  • viewWillAppear(_:)
  • viewWillLayoutSubviews()
  • `v
  • init(coder:)
  • init(nibName:bundle:)
  • loadView()
  • viewDidLoad()
  • viewWillAppear(_:)
  • viewWillLayoutSubviews()
  • `v

Register or sign in to get access to full answers for all questions from the question bank.

ViewControllerview-lifecycleios-development