GridView is a free, and open-source library for SwiftUI that makes creating grids easier and much cleaner.
- Improves code quality. Create a grid using
GridView
constructor – simply pass your data and we’ll deal with the rest. Simple as never! - Designed for SwiftUI. While developing the library, we have used the power of SwiftUI to give you powerful tool to speed up your implementation process.
Getting Started
✋ Requirements
Platforms | Minimum Swift Version |
---|---|
iOS 14+ | 5.0 |
⏳ Installation
Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the Swift compiler.
Once you have your Swift package set up, adding GridView as a dependency is as easy as adding it to the dependencies
value of your Package.swift
.