This repository was archived by the owner on Jan 19, 2022. It is now read-only.
This repository was archived by the owner on Jan 19, 2022. It is now read-only.
Allow setting UICircularTimerRing start time #184
Closed
Description
Describe the solution you'd like
I'd like to be able to start UICircularTimerRing at a value other than 0, like I can with UICircularProgressRing, but I currently can't (e.g. if a timer was in progress, but the user navigated away, and then navigated back).
Describe alternatives you've considered
My closest alternative currently is to use UICircularProgressRing with a custom UICircularRingValueFormatter that formats based on a passed total duration and count down instead of up. It's hacky, but it should work.