iphone sdk - segmentedcontrol.tintcolor not working in OS3

Posted by ade on Stack Overflow See other posts from Stack Overflow or by ade
Published on 2010-05-24T13:27:19Z Indexed on 2010/05/24 13:31 UTC
Read the original article Hit count: 271

Filed under:

In my app I have a uisegmentedcontrol in the navigation bar, as the right button item.

the code:

segmentedControl.segmentedControlStyle = UISegmentedControlStyleBar; segmentedControl.tintColor = [UIColor colorWithRed:0.70 green:0.171 blue:0.1 alpha:1.0];

works in OS2 but not OS3...?

ade.

p.s. my base sdk is 3.0

© Stack Overflow or respective owner

Related posts about iphone-sdk-3.0