How can I implement same border appearing behavior over a slider (or group) when user changes volume value by digital crown? I have insert a video which demonstrate this.
I have implemented this by using ValueAnimation from this question. Instead of using NSTimer
I use GCD-based timer to have more flexibility. See RXTimer or DispatchTimer for more info.