콘텐츠 메인 - 새로운 콘텐츠, 콘텐츠 랭킹 의 HStack -> LazyHStack으로 변경
This commit is contained in:
@@ -40,7 +40,7 @@ struct ContentMainNewContentView: View {
|
||||
|
||||
if !viewModel.newContentList.isEmpty {
|
||||
ScrollView(.horizontal, showsIndicators: false) {
|
||||
HStack(alignment: .top, spacing: 13.3) {
|
||||
LazyHStack(alignment: .top, spacing: 13.3) {
|
||||
ForEach(0..<viewModel.newContentList.count, id: \.self) {
|
||||
ContentMainItemView(item: viewModel.newContentList[$0])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user