ActivityRings icon indicating copy to clipboard operation
ActivityRings copied to clipboard

An attempt to recreate the ring controls in Apple’s Activity app

Results 5 ActivityRings issues
Sort by recently updated
recently updated
newest added

![IMG_3FACE3281EC6-1](https://user-images.githubusercontent.com/34936023/142405052-55c30c77-3390-47c8-9267-52354bfafdb8.jpeg) Конец кольца имеет плохое качество

Hi, I'm creating a pedometer app that tracks the user's steps. I set the goal to be 5000 and the number of steps the user has walked to be 5543....

I want to double rings like a donut!! But I don' know the way to make this...please tell me...

pod not installed show me error like this The platform of the target `WPoolMonitor Extension` (watchOS 4.0) is not compatible with `ActivityRings (1.1.0)`, which does not support `watchos`.

When I was experimenting this morning, I typed up this sample class: ```swift class InterfaceController: WKInterfaceController { @IBOutlet weak var activityRingInterfaceScene: WKInterfaceSKScene! var activityRingScene = ActivityRingScene() override func willActivate() {...