- July 11, 2025
- Mins Read
Rings is a collection of controls which have similar shapes of ring, circle…
It includes following controls, click to see what it looks like:
For more detail please refer to the documentation
Rings is published with Swift Package Manager, you can get more information at Swift Package Manager(GitHub), Package Manager(swift.org), and Swift Packages(Apple)
Note: It might need to link Rings to your target maunally.
dependencies: [
.package(name: “Rings”, url: “https://github.com/chenhaiteng/Rings.git”, from: “0.4.0”)
// To specify branch, use following statement to instead of.
// .package(name: “Rings”, url: “https://github.com/chenhaiteng/Rings.git”, .branch(“branch_name”))
],
targets: [
.target(
name: “MyPackage”,
dependencies: [“Rings”]),
]
A SwiftUI View that emits confetti with user-defined shapes, images, and text.
A colour wheel made all in SwiftUI. There are 2 different colour wheels to choose from. The first main one ...
A color picker implementation with color wheel appearance written in plain SwiftUI. It is compatible with UIColor and NSColor.
This repository is no longer maintained. Here's why: with the release of iOS 16 SwiftUI now enables most of the ...