CircularSpinner
CircularSpinner copied to clipboard
Set duration of animation.
Hey guys,
Just added a new method to set the duration of the animation when setting the Circular spinner value. Old method is still working as usual.
func setValue(_ value: Float, animated: Bool, duration: Double)
Call like this : CircularSpinner.setValue(1.0, animated: true, duration: 2.0)
Crabman