- August 28, 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”]),
]
This package provides you with an easy way to show tooltips over any SwiftUI view, since Apple does not provide ...
SimpleToast is a simple, lightweight, flexible and easy to use library to show toasts / popup notifications inside iOS or ...
Create Toast Views with Minimal Effort in SwiftUI Using SSToastMessage. SSToastMessage enables you to effortlessly add toast notifications, alerts, and ...