I am working on UISlider functionality. I have only 4 range values (0, 1, 2, 3). So, I have given minimum value as 0 and maximum as 3. But my slider is not directly switching from 0-1, 1-2, 2-3. It is stopping in between 0-1 also. How to achieve this. I don't want to stop my slider pointer in-between my range values.
Please guide me the best approach for the above scenario.