DIFlowLayout Save

A SwiftUI Layout where subviews are arranged horizontally and wrapped vertically.

Project README

DIFlowLayout

“DIFlowLayout

DIFlowLayout is a SwiftUI Layout implementation where subviews are arranged horizontally and wrapped vertically, similar to how text behaves in a multiline label.

DIFlowLayout works by first grouping subviews into rows based on the proposed container width, subviews' intrinsic size, and spacing values. Subviews, once grouped into rows, can be vertically and horizontally aligned within their row.

Demo

https://github.com/danielinoa/DIFlowLayoutDemo

https://user-images.githubusercontent.com/972877/192718939-f07ae806-edb9-414c-b7d8-67fe1fec9479.mp4

Installation

To install using Swift Package Manager, add this to the dependencies section in your Package.swift file:

.package(url: "https://github.com/danielinoa/DIFlowLayout.git", .branch("main"))

Contributing

Feel free to open an issue if you have questions about how to use DIFlowLayout, discovered a bug, or want to improve the implementation or interface.

Credits

DIFlowLayout is primarily the work of Daniel Inoa.

Open Source Agenda is not affiliated with "DIFlowLayout" Project. README Source: danielinoa/DIFlowLayout
Stars
61
Open Issues
0
Last Commit
1 year ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating