Skip to content

Commit f884132

Browse files
committed
Feat: IntroView UI 구현 (#T3-86)
- IntroView UI 구현 - SceneDelegate 앱 진입점 수정
1 parent 6529ad4 commit f884132

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Projects/App/Sources/SceneDelegate.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
1919

2020
DIContainer.shared.dependencyInjection()
2121

22-
let navigationController = UINavigationController(rootViewController: IntroView())
22+
let introView = IntroView()
23+
let navigationController = UINavigationController(rootViewController: introView)
2324
navigationController.isNavigationBarHidden = true
2425
window.rootViewController = navigationController
2526
window.makeKeyAndVisible()

Projects/Presentation/Sources/Login/IntroView.swift renamed to Projects/Presentation/Sources/Login/View/IntroView.swift

File renamed without changes.

0 commit comments

Comments
 (0)