Skip to content

Instantly share code, notes, and snippets.

@dobreandl
Created July 6, 2018 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dobreandl/71f0eb736a262f58f48f070a0d2a1575 to your computer and use it in GitHub Desktop.
Save dobreandl/71f0eb736a262f58f48f070a0d2a1575 to your computer and use it in GitHub Desktop.
let startupViewController = StartupViewController()
let navController = UINavigationController(rootViewController: startupViewController)
appDelegate.window.rootViewController = navController
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment