- reference point. I am building an IOS application where I am using 2 sliders on the same bar for selecting max and min values. I have taken reference of the below link and I am using Point feedback slider.
https://www.cocoacontrols.com/controls/nmrangeslider
It comprises of:
- I added 2 buttons - add and substrate.
- click on add button the upper value increases by 1
- click on substrate button the upper value decreases by 1
Now what I need to do is:
- When I slide the left point from left to right the slider lower value and upper value should be increased by +1.
- when I slide the left point from left to right the slider lower value and upper value should be decreased by -1.
The purpose is to be able to move the sliders left and right in the fix intervals.