Skip to content

Instantly share code, notes, and snippets.

@luismachado
Created March 14, 2018 07:02
Show Gist options
  • Save luismachado/886544d93b9ca399c1d7b1ba4e1d9461 to your computer and use it in GitHub Desktop.
Save luismachado/886544d93b9ca399c1d7b1ba4e1d9461 to your computer and use it in GitHub Desktop.
beforeEach {
let storyboard = UIStoryboard(name: "Main", bundle: Bundle.main)
self.viewController = storyboard.instantiateViewController(withIdentifier: "ViewController") as! ViewController
UIApplication.shared.keyWindow!.rootViewController = self.viewController
_ = self.viewController.view
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment