Skip to content

Instantly share code, notes, and snippets.

@sandeeplearner
Created May 12, 2020 21:57
Show Gist options
  • Save sandeeplearner/7c9cf1515b96889bcecd521e0c03f313 to your computer and use it in GitHub Desktop.
Save sandeeplearner/7c9cf1515b96889bcecd521e0c03f313 to your computer and use it in GitHub Desktop.
Instantiate viewController
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
let plane = PlaneViewController(with: PlaneViewModel())
let car = CarViewController(with: CarViewModel())
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment