I have a UISlider with value between 10 and 100. I works very well.
Except I’d like to be able to increase the values by 5 rather than 1 by 1.
Now, if I move the slide the values are increasing linear: 10, 11, 12, 13, ….
I want to be able when moving the slider the values to increase by 5: 10, 15, 20, 25, ….
Is this possible?
Many thanks!
Here’s some code for you, base on a stackoverflow post somewhere…
Initialize with this: