RangeSeekSlider
RangeSeekSlider copied to clipboard
Slider present value is not update
Slider present value is not update
if i write a code in viewdidload its working fine but if same code I call through any function slider Ui is not updated
Same happening with me. Did you find a solution for this?
I am also facing the same issue with this slider. Does anyone found any way out of this?
My solution was to change the slider minValue and maxValue in order to force it to redraw. So it can be something like:
rangeSlider.minValue = 1
rangeSlider.maxValue = 1
rangeSlider.minValue = realMinValue
rangeSlider.maxValue = realMaxValue
Hope this helps.
minValue and maxValue must refresh UI, but selectedMinValue and selectedMaxValue no, please fix this bug
I have the problem, sometimes slider selected min and selected max malues shiw wrong data.How can fix it?