DIFlowLayoutEngine

main

danielinoa/DIFlowLayoutEngine

DIFlowLayoutEngine

“DIFlowLayout

This engine computes the positions of items within a containing bound adopting a flow layout, where items are arranged horizontally and wrapped vertically.

It's written in vanilla Swift with no dependecies and can be used to power layouts on UIKit, SwiftUI, or any other Swift-based framework.

SwiftUI

Installation

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

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

Contributing

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

Credits

DIFlowLayoutEngine is primarily the work of Daniel Inoa.

Description

  • Swift Tools 5.7.0
View More Packages from this Author

Dependencies

  • None
Last updated: Mon Mar 11 2024 20:46:44 GMT-0900 (Hawaii-Aleutian Daylight Time)