eliotfowler / EFCircularSlider

An extensible circular slider for iOS applications
http://eliotfowler.github.io/EFCircularSlider/
MIT License
998 stars 161 forks source link

Add slide on touch #45

Closed ghashi closed 4 years ago

ghashi commented 7 years ago

This PR adds a new property to this component: slideOnTouch.

Now, if you set slideOnTouch to YES, then you can set currentValue of the slider when you touch some position, i.e. you don't need to necessarily drag the handle to the value.

shopping_list1