RangeSeekSlider icon indicating copy to clipboard operation
RangeSeekSlider copied to clipboard

Slider present value is not update

Open rahulmehndiratta opened this issue 6 years ago • 5 comments

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

rahulmehndiratta avatar Aug 28 '18 07:08 rahulmehndiratta

Same happening with me. Did you find a solution for this?

ziad-halabi9 avatar Nov 23 '18 17:11 ziad-halabi9

I am also facing the same issue with this slider. Does anyone found any way out of this?

veeralGeekTech avatar Nov 29 '18 04:11 veeralGeekTech

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.

ziad-halabi9 avatar Nov 29 '18 08:11 ziad-halabi9

image

minValue and maxValue must refresh UI, but selectedMinValue and selectedMaxValue no, please fix this bug

TristenChenTao avatar Sep 04 '19 01:09 TristenChenTao

I have the problem, sometimes slider selected min and selected max malues shiw wrong data.How can fix it?

ArmenuhiM avatar Sep 25 '19 12:09 ArmenuhiM