Previously I mentioned a tutorial on customizing a UISlider to create your own custom control and last week I mentioned an interesting library that allows you to create customized sliders with reflective metallic knobs.
Here’s another open source custom iOS control that takes slider customization to another level.
This code provides a segmented slider control that is great for providing users with an easy way to filter content. Each segment can be selected with sliding like a normal UISlider control or selected with a tap. You can customize the coloring, and text and when a segment is selected the text is highlighted.
Here’s an image from the including example project:

Here’s a video showing the control in action:
The control is iOS Filter Control by Shady Ahmed Elyaski and can be found on Github here.
A great example of a custom UIControl.





