This repository was archived by the owner on Dec 27, 2020. It is now read-only.
StaggeredGridStyle
Grid(1...69, id: \.self) { index in
Image("\(index)")
.resizable()
.scaledToFit()
}
.gridStyle(
StaggeredGridStyle(tracks: 8, axis: .horizontal, spacing: 4)
)