Giter VIP home page Giter VIP logo

Comments (10)

felixdkatt avatar felixdkatt commented on July 21, 2024 14

Hey guys I was able to achieve this buy setting selectedMinValue or selectedMaxValue programmatically then using slider.setNeedsLayout()
If you look at the code it updates the position of the slider when it gets a layoutSubviews call.
I do this in viewWillAppear in my view controller. If you do it in viewDidAppear it will animate to the positions.

from rangeseekslider.

Teglgaard avatar Teglgaard commented on July 21, 2024 8

I believe the right way to do it is to set the selectedmin and max value. Then call "slider".layoutSubviews()
That works perfectly and no pods are edited.

from rangeseekslider.

icaksama avatar icaksama commented on July 21, 2024 2

You need to set minValue/maxValue again after selectedMinValue/selectedMaxValue. This code works for me:

sliderPrice.selectedMinValue = 100
sliderPrice.minValue = 100
sliderPrice.selectedMaxValue = 10000000
sliderPrice.maxValue = 10000000

from rangeseekslider.

WorldDownTown avatar WorldDownTown commented on July 21, 2024

@nuno-vieira I'm sorry for being late to reply. Please send me PR🙇

from rangeseekslider.

eyeezzi avatar eyeezzi commented on July 21, 2024

@nuno-vieira Did you get to implement this? This is a really neat missing feature: I fetch my values from the cloud and need to visually update the range slider, but I can't because nothing seems to update the slider UI.
@WorldDownTown Have you come up with a work-around? BTW, you've created a pretty amazing control, thank you!

from rangeseekslider.

KarlChow92 avatar KarlChow92 commented on July 21, 2024

You are a hero @felixdkatt !

from rangeseekslider.

ChitvanSaxena avatar ChitvanSaxena commented on July 21, 2024

@felixdkatt slider.setNeedsLayout() causes slider constraints do be disturbed and my slider extends out of screen bounds

from rangeseekslider.

AbdoFoda avatar AbdoFoda commented on July 21, 2024

@ChitvanSaxena try this solution 👍 #36 (comment)

from rangeseekslider.

ChitvanSaxena avatar ChitvanSaxena commented on July 21, 2024

@AbdoFoda I just tried that solution, and its working. Just change the refresh() to public from private and called it after setting selectedMaxValue

from rangeseekslider.

AbdoFoda avatar AbdoFoda commented on July 21, 2024

Good job !

from rangeseekslider.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.