8 Amazing SwiftUI Libraries to Use in Your Next Project
These libraries can help you fill the void in your next SwiftUI-powered iOS application
Apple’s latest framework, SwiftUI, has taken the iOS development world by storm.
I discussed seven awesome open-source projects to take inspiration from earlier:
If you have started working with it or using it for your hobby projects, these eight libraries can help you step up your game.
Most of the libraries are available via Swift Package Manager.
1. QGrid
QGrid is the missing SwiftUI collection view. It uses the same approach as SwiftUI's list view, by computing its cells on-demand from an underlying collection of identified data.