Guest User

Untitled

a guest
Jun 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. window = UIWindow(frame: UIScreen.main.bounds)
  2. window?.makeKeyAndVisible()
  3. window?.rootViewController = UINavigationController(rootViewController: ViewController())
Add Comment
Please, Sign In to add comment