Set the view programmatically

suggest change

Swift

class FooViewController: UIViewController {

  override func loadView() {
    view = FooView()
  }

}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents