Skip to content

Instantly share code, notes, and snippets.

@farhan-syed
Created September 9, 2017 02:16
Show Gist options
  • Save farhan-syed/0c006d912a3a601110a894ec46cdd3d0 to your computer and use it in GitHub Desktop.
Save farhan-syed/0c006d912a3a601110a894ec46cdd3d0 to your computer and use it in GitHub Desktop.
window = UIWindow(frame: UIScreen.main.bounds)
window?.rootViewController = UINavigationController(rootViewController: YourTabBarController())
window?.makeKeyAndVisible()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment