Gooey is a utility library which provides useful extensions to UIKit. The functionality includes helper methods for working with programmatic AutoLayout constraints, reusable views, and more, with the majority of the focus on adding type safety and leveraging Swift's features into making UIKit more pleasant to work with.
Swift Package Manager: .package(url: "https://github.com/DuetHealth/Gooey.git", from: "5.0.0")
Open the project in Xcode and press ⌘ + U to execute the test action, or run xcodebuild test -scheme Gooey -destination 'platform=iOS Simulator,name=iPhone 16,OS=latest'.
Gooey is MIT-licensed. The MIT license is included in the root of the repository.