Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slider present value is not update #52

Open
rahulmehndiratta opened this issue Aug 28, 2018 · 5 comments
Open

Slider present value is not update #52

rahulmehndiratta opened this issue Aug 28, 2018 · 5 comments

Comments

@rahulmehndiratta
Copy link

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

@ziad-halabi9
Copy link

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

@veeralGeekTech
Copy link

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

@ziad-halabi9
Copy link

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.

@TristenChenTao
Copy link

image

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

@ArmenuhiM
Copy link

ArmenuhiM commented Sep 25, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants