Onboarding 페이지 추가

This commit is contained in:
Yu Sung
2023-08-09 17:12:08 +09:00
parent 84d3dd61ca
commit c9c1b5f3c3
31 changed files with 352 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ struct ContentView: View {
ZStack {
Color.black.ignoresSafeArea()
MainView()
switch appState.appStep {
case .splash:
SplashView()