How can I customize/change color for selected segmented in segmented control? I tried to use method available at UISegmentedControl selected segment color . It worked perfectly with iOS 5 and below but not for iOS 6. Any help is appreciated.
Basically I am looking to change color for the selected segmented to some bright color so that selected/unselected segments are clearly visible.
You can override the subclass of that particular view and then override its drawRect() method for its custom appearance on the screen.