Skip to content

Instantly share code, notes, and snippets.

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