Apple has included many different user interface components within the Cocoa Touch API, but sometimes you just want to give things a customized look. There are some great open source libraries allowing you to do just that.
I have recent found an excellent library from Sam Vermette that mimics UISegmentedControl allowing you to make some great looking switches, and easily allowing you to control the fonts, colors, shadows and more of the components.
You can check out the library and instructions on how to use it on Github here:
https://github.com/samvermette/SVSegmentedControl
Great if you have some UISwitch’s or UISegmentedControls within your app but want things to look more suitable for your app.
©2011 iPhone, iOS 4, iPad SDK Development Tutorial and Programming Tips. All Rights Reserved.
.