Skip to content

Instantly share code, notes, and snippets.

@laevandus
Last active March 30, 2019 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laevandus/c046a600739d2083f13f0cfe3f9599a8 to your computer and use it in GitHub Desktop.
Save laevandus/c046a600739d2083f13f0cfe3f9599a8 to your computer and use it in GitHub Desktop.
extension UIStoryboard {
class var main: UIStoryboard {
return UIStoryboard(name: "Main", bundle: nil)
}
}
let viewController = UIStoryboard.main.instantiateViewController(withType: ContactsViewController.self)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment