From fac5fe9a8451318052b8c87d0fbed9ab08792a3e Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Sat, 22 Feb 2025 07:09:02 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8B=A0=EA=B7=9C=20=EC=BD=98=ED=85=90?= =?UTF-8?q?=EC=B8=A0=20=EB=A9=94=EC=9D=B8=20-=20NavigationView=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Content/Main/V2/ContentMainViewV2.swift | 154 +++++++++--------- 1 file changed, 78 insertions(+), 76 deletions(-) diff --git a/SodaLive/Sources/Content/Main/V2/ContentMainViewV2.swift b/SodaLive/Sources/Content/Main/V2/ContentMainViewV2.swift index cab7824..499341e 100644 --- a/SodaLive/Sources/Content/Main/V2/ContentMainViewV2.swift +++ b/SodaLive/Sources/Content/Main/V2/ContentMainViewV2.swift @@ -41,93 +41,95 @@ struct ContentMainViewV2: View { } var body: some View { - ZStack { - - Color.black.ignoresSafeArea() - - VStack(spacing: 0) { - HStack(spacing: 0) { - Text("콘텐츠 마켓") - .font(.custom(Font.bold.rawValue, size: 21.3)) - .foregroundColor(Color.button) - - Spacer() - - Image("ic_content_keep") - .onTapGesture { - AppState.shared.setAppStep(step: .myBox(currentTab: .orderlist)) - } - } - .padding(.horizontal, 13.3) + NavigationView { + ZStack { + Color.black.ignoresSafeArea() - ScrollViewReader { proxy in - ScrollView(.horizontal, showsIndicators: false) { - HStack(spacing: 8) { - ForEach(0..