From 52f37453f3663778465aeb41040ac1e68e9b49bd Mon Sep 17 00:00:00 2001 From: kim-seonwoo Date: Mon, 2 Sep 2024 22:54:50 +0900 Subject: [PATCH] =?UTF-8?q?[Fix/#88]=20ContentView=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HMH_iOS/HMH_iOS/Presentation/Common/Custom/ContentView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HMH_iOS/HMH_iOS/Presentation/Common/Custom/ContentView.swift b/HMH_iOS/HMH_iOS/Presentation/Common/Custom/ContentView.swift index 778c78b..875a936 100644 --- a/HMH_iOS/HMH_iOS/Presentation/Common/Custom/ContentView.swift +++ b/HMH_iOS/HMH_iOS/Presentation/Common/Custom/ContentView.swift @@ -25,13 +25,13 @@ struct ContentView: View { SplashView(viewModel: loginViewModel) } else { switch userManager.appState { - case .home: + case .onboarding: OnboardingContentView() case .onboardingComplete: OnboardingCompleteView() case .servicePrepare: ServicePrepareView() - case .onboarding: + case .home: TabBarView(showGuideView: $showGuideView) .onAppear { appStateViewModel.onAppear()