TomThorpe / TTRangeSlider

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

'No Min' & 'No Max' String instead of Float Values #98

Open taimur opened 5 years ago

taimur commented 5 years ago

Hi Everyone

Is there any way to show ‘No Min’ and ‘No Max’ instead of original values if selectedMin == minValue and selectedMax == maxValue.

I have used the delegates but the min and max values are float.

rangeSlider.selectedMin  == rangeSlider.minValue
rangeSlider.selectedMax == rangeSlider.maxValue

Here is the reference image https://imgur.com/a/EPiDaGq