Closed mding5692 closed 7 years ago
Hi there, I am making my own custom labels displaying upperValue and lowerValue when the sliderValueChanged method is called, except I can't get the changed upperValue and lowerValues
^See above for my code
you can access the value via sliderView.rangeSlider!.upperValue . sliderView.upperValue is meant for writing, not reading. I will fix that later.
Hi there, I am making my own custom labels displaying upperValue and lowerValue when the sliderValueChanged method is called, except I can't get the changed upperValue and lowerValues
^See above for my code