TomThorpe / TTRangeSlider

A slider, similar in style to UISlider, but which allows you to pick a minimum and maximum range.
MIT License
968 stars 203 forks source link

Detect change value #53

Closed githinho closed 8 years ago

githinho commented 8 years ago

How to detect value change in Range Slider? Add target for value changed does not work.

githinho commented 8 years ago

Found a solution: Use TTRangeSliderDelegate!