Skip to content
This repository was archived by the owner on Dec 27, 2020. It is now read-only.

StaggeredGridStyle

Compare
Choose a tag to compare
@ay42 ay42 released this 17 Nov 09:00
· 30 commits to master since this release
6dd579e
Grid(1...69, id: \.self) { index in
    Image("\(index)")
        .resizable()
        .scaledToFit()
}
.gridStyle(
    StaggeredGridStyle(tracks: 8, axis: .horizontal, spacing: 4)
)