I would not use UISlider for this. I would probably start using UISegmentedControl . It has a set of methods to customize its appearance, which you could use to make it all look.
Otherwise, I would build my own control. UISlider may work, but in fact it is not intended to be used for such discrete intervals.
source share