WKInterfaceSlider 行为类似于 Watch 的正在播放

WKInterfaceSlider behavior like in Watch’s Now Playing

当用户通过数字表冠更改音量值时,如何在滑块(或组)上实现相同的边框出现行为?我插入了一个 video 来证明这一点。

我已经使用 this question. Instead of using NSTimer I use GCD-based timer to have more flexibility. See RXTimer or DispatchTimer 中的 ValueAnimation 实现了此功能以获取更多信息。