MasonryStack

0.1.0

A Pinterest like layout in SwiftUI (horizontal & vertical).
lukepistrol/MasonryStack

What's New

0.1.0

2023-08-25T18:07:50Z

Initial release

MasonryStack

A Pinterest like layout in SwiftUI (horizontal & vertical).

Screen.Recording.2023-08-25.at.19.14.28.mov

Usage

The MasonryHStack and MasonryVStack can be used just like HStack or VStack:

var body: some View {
  MasonryVStack(columns: 2, spacing: 20) {
    // ...
  }
}

Both stacks conform to the Layout protocol so you can easily switch between other layouts as well.

Description

  • Swift Tools 5.8.0
View More Packages from this Author

Dependencies

  • None
Last updated: Fri Apr 26 2024 16:12:31 GMT-0900 (Hawaii-Aleutian Daylight Time)