Skip to content

Instantly share code, notes, and snippets.

@twittemb
Created February 4, 2018 20:17
Show Gist options
  • Select an option

  • Save twittemb/b7f8b107b1c588afcc077bc4f9b42564 to your computer and use it in GitHub Desktop.

Select an option

Save twittemb/b7f8b107b1c588afcc077bc4f9b42564 to your computer and use it in GitHub Desktop.
extension ViewModelBased where Self: StoryboardBased & UIViewController {
static func instantiate (with viewModel: ViewModel) -> Self {
let viewController = Self.instantiate()
viewController.viewModel = viewModel
return viewController
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment