A waterfall grid layout view for SwiftUI. You can create a grid that displays the elements of the collection by passing your collection of data and a closure that provides a view for each element in the collection. The grid transforms each element in the collection into a child view by using the supplied closure. WaterfallGrid works with identifiable data (like SwiftUI.List). You can make your data identifiable in one of two ways: by passing along with your data a key path to a property that uniquely identifies each element, or by making your data type conform to the Identifiable protocol. To customize the appearance of the grid call the gridStyle function and pass the parameters you want to customize.
Features
- Irregular grid of content
- Columns number different per device orientation
- Spacing and grid padding customizable
- Horizontal or vertical scroll direction
- Items update can be animated
- Requires iOS 13.0+ / macOS 10.15+ / tvOS 13.0+ / watchOS 6.0+
Categories
User Interface (UI)License
MIT LicenseFollow WaterfallGrid
Other Useful Business Software
ThreatLocker Cybersecurity Software
The Zero Trust security solution that offers a unified approach to protecting users, devices, and networks against the exploitation of zero day vulnerabilities.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of WaterfallGrid!