Skip to content

Commit

Permalink
fix/#157 시작 화면 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
youz2me committed Jul 12, 2024
1 parent 55ab0fe commit 12b734e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KkuMulKum/Application/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
) {
guard let windowScene = (scene as? UIWindowScene) else { return }
self.window = UIWindow(windowScene: windowScene)
self.window?.rootViewController = MainTabBarController()
self.window?.rootViewController = LoginViewController()
self.window?.makeKeyAndVisible()
}

Expand Down

0 comments on commit 12b734e

Please sign in to comment.