Is there a way to create a timer that performs just like the Fitness app on watchOS or Clock app on iOS? More specifically, is there a dedicated SDK that lets you create timers with Swift? What's the suggested approach to doing that?
I know about the Timer class, but Timer only lets you listen for one-second changes, while the above-mentioned apps both have milliseconds timer.
Thanks!