Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save eofster/0293fff508ee6d7b98b0 to your computer and use it in GitHub Desktop.
Save eofster/0293fff508ee6d7b98b0 to your computer and use it in GitHub Desktop.
Usage of view controller with dependency injected in the initializer
class ViewController2: UIViewController {
func showDetailWithPhoto(photo: Photo) {
showViewController(PhotoDetailViewController2(photo: photo), sender: self)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment