February 2012
iphone - Change textColor in UISegmentedcontrol - Stack Overflow
(via)for (id seg in [segment subviews])
for (id label in [seg subviews])
if ([label isKindOfClass:[UILabel class]])
[label setTextColor:[UIColor redColor]];
October 2010
1
(2 marks)