Skip to content

Instantly share code, notes, and snippets.

@sagaya
Created January 29, 2019 15:26
Show Gist options
  • Save sagaya/45b080606332de308346fef069b8f794 to your computer and use it in GitHub Desktop.
Save sagaya/45b080606332de308346fef069b8f794 to your computer and use it in GitHub Desktop.
maincoordinator2
window = UIWindow(frame: UIScreen.main.bounds)
window?.rootViewController = UINavigationController()
mainCoordinator = MainCoordinator(navigationController: window?.rootViewController as! UINavigationController)
mainCoordinator?.start()
window?.makeKeyAndVisible()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment