public marks

PUBLIC MARKS from an_ta with tags uisegmentedcontrol & change

21 February 2012 21:15

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]];

an_ta's TAGS related to tag uisegmentedcontrol

change +   color +   customisation +   important +   ios +   iphone +   segment +   trick +   tricks +   useful +