Drogonov / ultimate-hello-world-ios

An ultimate way to say Hello to the World in the production manner!
MIT License
0 stars 0 forks source link

Add Onboarding screen to show how to manage scenes and use navigation stack #9

Closed github-actions[bot] closed 6 hours ago

github-actions[bot] commented 5 days ago

https://github.com/Drogonov/ultimate-hello-world-ios/blob/dd66101df68d7c56dfced59fc6fb842196b485d6/HelloWorldApp/HelloWorldApp/Core/SceneDelegate.swift#L32


        window = UIWindow(windowScene: scene)
        window?.makeKeyAndVisible()

        // # TODO: Add Onboarding screen to show how to manage scenes and use navigation stack
        let tabBarController = UITabBarController()
        let controllers = [
            createHelloWorldModule(),
github-actions[bot] commented 6 hours ago

Closed in 53d7c2447cbdf08ae48120724512b047df2ab6da.