Fix version of placement (#6)
A custom layout built on top of SwiftUI’s Layout API that lays elements out in multiple lines.Similar to flex-wrap in CSS, CollectionViewFlowLayout.
Much better performance rathar than using GeometryReader
GeometryReader
Swift 5.7+. SwiftUI requires Layout
Layout
WrapLayout { ... }
Supports Swift Package Manager
MIT license.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
WrapLayout
A custom layout built on top of SwiftUI’s Layout API that lays elements out in multiple lines.
Similar to flex-wrap in CSS, CollectionViewFlowLayout.
Much better performance rathar than using
GeometryReader
Requirements
Swift 5.7+. SwiftUI requires
Layout
Instructions
Installation
Supports Swift Package Manager
License
MIT license.