Skip to content

Commit

Permalink
[Chore] 시작 화면 변경 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcsoyeon committed May 13, 2022
1 parent ec9fbe2 commit 831e0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Instagram/Instagram/Resource/Support/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
// This delegate does not imply the connecting scene or session are new (see `application:configurationForConnectingSceneSession` instead).
guard let scene = (scene as? UIWindowScene) else { return }
self.window = UIWindow(windowScene: scene)
self.window?.rootViewController = TabBarController()
self.window?.rootViewController = SignInViewController()
self.window?.makeKeyAndVisible()
}

Expand Down

0 comments on commit 831e0b0

Please sign in to comment.