Guest User

Untitled

a guest
Mar 22nd, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. beforeEach {
  2. let storyboard = UIStoryboard(name: "Main", bundle: Bundle.main)
  3. self.viewController = storyboard.instantiateViewController(withIdentifier: "ViewController") as! ViewController
  4. UIApplication.shared.keyWindow!.rootViewController = self.viewController
  5.  
  6. _ = self.viewController.view
  7. }
Add Comment
Please, Sign In to add comment