Skip to content

Commit 709a5a7

Browse files
committed
SceneDelegate
1 parent a151d69 commit 709a5a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Stack-Knowledge-iOS/SceneDelegate.swift

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
1717
guard let scene = (scene as? UIWindowScene) else { return }
1818
window = UIWindow(windowScene: scene)
1919

20-
let mainViewController = CustomTabBarController()
21-
// let navigationController = UINavigationController(rootViewController: mainViewController)
22-
//
23-
window?.rootViewController = mainViewController
20+
let mainViewController = LoginVC()
21+
let navigationController = UINavigationController(rootViewController: mainViewController)
22+
23+
window?.rootViewController = navigationController
2424
window?.makeKeyAndVisible()
2525
}
2626

0 commit comments

Comments
 (0)