Open KangKyung opened 3 years ago
2번의 경우, ScrollView와 VStack으로 구현해낼 수 있지만, Cell Reuse가 안되기 때문에 일단 1번으로 진행하자!!
해당 방법을 이용하면 grid가 lazy해지기 때문에 셀이 필요할 때만 만들어지게 만들 수 있다! https://betterprogramming.pub/the-swiftui-equivalents-to-uicollectionview-60415e3c1bbe
발단
SwiftUI에서 아직 CollectionView가 구현되지 않았음