SwiftUI Grid
SwiftUI Grid with custom styles.
Advantages
- ZStack based layout
- Supports all apple platforms
- Custom Styles (AutoColumns, FixedColumns, SingleColumn)
- SwiftUI code patterns (StyleStructs, EnvironmentValues)
- Active development for production apps
GridStyles
Open /Examples/GridExamples.xcodeproj
for more examples for iOS, macOS, watchOS and tvOS
AutoColumnsGridStyle (Default)
FixedColumnsGridStyle
SingleColumnGridStyle
Performance
SDKs
- iOS 13+
- Mac Catalyst 13.0+
- macOS 10.15+
- watchOS 6+
- Xcode 11.0+
Preferences
Get item size and position with preferences
Version 1.0.0
Stable version will be released as soon as XCode 11 GM becomes available. We will strictly follow semantic versioning moving forward.
Roadmap
- Items selection and rearranging
- 'CSS Grid'-like features