is this possible? i'd like the selected segment to have white text, while the non selected segments have gray text.
there only appears setTitle:forSegmentAtIndex: in the docs,and writing the following doesn't work:
there only appears setTitle:forSegmentAtIndex: in the docs,and writing the following doesn't work:
Code:
[self.mySegment setTitleColor:[UIColor greenColor] forState:UIControlStateNormal];