Skip to content

Commit

Permalink
[Chore] sopt-makers#173- 루트뷰 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
devxsby committed Apr 17, 2023
1 parent d4d2cc1 commit af30f83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {

window = UIWindow(frame: scene.coordinateSpace.bounds)
window?.windowScene = scene
let rootVC = container.makeShowAttendanceVC().viewController
// let rootVC = container.makeSplashVC().viewController
// let rootVC = container.makeShowAttendanceVC().viewController
let rootVC = container.makeSplashVC().viewController
window?.rootViewController = UINavigationController(rootViewController: rootVC)
window?.makeKeyAndVisible()
}
Expand Down

0 comments on commit af30f83

Please sign in to comment.