Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created December 3, 2019 12:38
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 laevandus/e94f4a4b74be08ba9965e0f841d8a98c to your computer and use it in GitHub Desktop.
Save laevandus/e94f4a4b74be08ba9965e0f841d8a98c to your computer and use it in GitHub Desktop.
let appFlowCoordinator = AppFlowCoordinator()
let rootView = RootView().environmentObject(appFlowCoordinator)
window.rootViewController = UIHostingController(rootView: rootView)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment