this is my implementation so far :)
ScrollView {
LazyVGrid(columns: columns) {
ForEach(self.model.data) { feature in
FeatureRow(feature: feature, cover: feature.firstPicture)
}
}
}.refreshable {
self.load()
}
.onAppear {
self.load()
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: