From c459c96aacee4075837edf1cf8bd6f87000e82f2 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 14 May 2024 18:01:40 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8B=9C=EB=A6=AC=EC=A6=88=20=EC=A0=84?= =?UTF-8?q?=EC=B2=B4=EB=B3=B4=EA=B8=B0=20-=20=EC=95=84=EC=9D=B4=ED=85=9C?= =?UTF-8?q?=20=EC=83=81=EB=8B=A8=20=EC=A0=95=EB=A0=AC=20=EB=B0=A9=EB=B2=95?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/Content/Series/SeriesListAllView.swift | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/SodaLive/Sources/Content/Series/SeriesListAllView.swift b/SodaLive/Sources/Content/Series/SeriesListAllView.swift index 2499164..a0c17d7 100644 --- a/SodaLive/Sources/Content/Series/SeriesListAllView.swift +++ b/SodaLive/Sources/Content/Series/SeriesListAllView.swift @@ -10,15 +10,10 @@ import SwiftUI struct SeriesListAllView: View { @ObservedObject var viewModel = SeriesListAllViewModel() + @State var columns: [GridItem] = [] let creatorId: Int - let columns = [ - GridItem(.flexible(), alignment: .top), - GridItem(.flexible(), alignment: .top), - GridItem(.flexible(), alignment: .top) - ] - var body: some View { BaseView(isLoading: $viewModel.isLoading) { VStack(spacing: 0) { @@ -29,6 +24,7 @@ struct SeriesListAllView: View { ForEach(0..