How can I set the icon image for selected state of the UISegmentedControl. Is the UISegmentedControl really missing this functionality or
selected
UISegmentedControl
[segmentControl setBackgroundImage:image forState:UIControlStateSelected barMetrics:UIBarMetricsDefault]
You also have to set an image for UIControlStateNormal for this to take effect.
Apple documentation