How can I set the icon image for selected state of the UISegmentedControl. Is the UISegmentedControl really missing this functionality or
selected
UISegmentedControl
You can set by using single line of code [uisegmentButtonRef setImage:[UIImage imageNamed:@"allbtndown.png"] forSegmentAtIndex:segmentIndex];
If you use by Xib please find the image