/HStackView

A constraints-based SwiftUI-inspired view that arranges its subviews along the horizontal axis

Primary LanguageSwiftMIT LicenseMIT

HStackView

Introduction

A SwiftUI and UIToolbar-inspired view that arranges its subviews along the horizontal axis.

Installation

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"))

Contributing

Feel free to open an issue if you have questions about how to use HStackView, or think you may have found a bug.