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

Which slider is moving currently - min or max #100

Closed taimur closed 4 years ago

taimur commented 4 years ago

Hi All,

Is there any way to know which slider is moving currently. This delegate returns values. I want to know about the current moving slider. Thank you :)

func rangeSlider(_ sender: TTRangeSlider!, didChangeSelectedMinimumValue selectedMinimum: Float, andMaximumValue selectedMaximum: Float) {