ActivityRings
ActivityRings copied to clipboard
An attempt to recreate the ring controls in Apple’s Activity app
 Конец кольца имеет плохое качество
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() {...