一个基于 SwiftUI Layout API 构建的自定义布局,可以将元素排列成多行。类似于 CSS 中的 flex-wrap 和 CollectionViewFlowLayout。
相比于使用 GeometryReader,性能更好。
GeometryReader
Swift 5.7+。SwiftUI 需要 Layout
Layout
WrapLayout { ... }
支持 Swift Package Manager
MIT 许可。