Swiftya is a collection of reusable UI components designed for SwiftUI applications. These components are fully customizable, easy to integrate, and help developers quickly build beautiful UIs with SwiftUI.
- Custom layouts (Radical, Wrap)
- iOS 16.0+
- Swift 5.9+
- Xcode 16+
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.
Once you have your Swift package set up, adding Swiftya as a dependency is as easy as adding it to the dependencies value of your Package.swift or the Package list in Xcode.
dependencies: [
.package(url: "https://github.com/adlerbn/Swiftya.git", .upToNextMajor(from: "0.0.1"))
]Normally you'll want to depend on the Swiftya target:
.product(name: "Swiftya", package: "Swiftya")