Does anybody know of a way to customize the appearance of the string based UISegmentedControl? I am trying to set the background color of the cell and the text color differently depending on the selected state of the item.
Alternatively, do you know of a way to create UIImages on the fly in which to include custom strings? (e.g. create uiimage with white background, overlay text, add to segmented control).
I know that you can only have strings or images in the segmented control...
Cheers!