EFCircularSlider icon indicating copy to clipboard operation
EFCircularSlider copied to clipboard

Setting currentValue animated

Open calmez opened this issue 9 years ago • 2 comments

Setting the currentValue of the slider directly works perfectly. When I try to set it in an animation though the drawn elements are not properly rendered.

This is how I tried to animate:

[UIView animateWithDuration:1.f animations:^{
    self.hourSlider.currentValue = 50;
}];

It would be cool to have a setCurrentValue:animated: similar to UIProgressView's setProgress:Animated:.

calmez avatar Jul 03 '15 11:07 calmez

That is what I wanted , too.

SeanChense avatar Jul 14 '15 03:07 SeanChense

Any ideas on how to achieve this ?

zackbraksa avatar Nov 24 '15 12:11 zackbraksa