-
Notifications
You must be signed in to change notification settings - Fork 152
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
Increment slider value #42
Comments
I am looking for the same behaviour. Have you already solved it? |
I found a solution that worked for me:
Then, before adding the slider subview I call the target-action for value changed:
This target action calls this fuction that is suitable for me but I guess is the same behaviour you need:
I hope this help you! 🙂 |
I am looking to add a way to use increments of 5. So if I had max set to 100, it would jump 5, 10, 15... 85, 90,95 , 100 and allow no other values. Is there any way to currently do this or an easy way to add this functionality?
The text was updated successfully, but these errors were encountered: