A SwiftUI
and UIToolbar
-inspired view that arranges its subviews along the horizontal axis.
To install using Swift Package Manager, add this to the dependencies section in your Package.swift
file:
.package(url: "https://github.com/danielinoa/HStackView.git", .branch("main"))
Feel free to open an issue if you have questions about how to use HStackView
, or think you may have found a bug.