- August 22, 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 Marquee or "scrolling text" effect found in Apple native apps. For when one line isn't enough, but two ...
Introduction Text composition in SwiftUI can often be cumbersome, especially when there's logic affecting its format and content. TextBuilder leverages the ...