UISegmentedControl tint color isn't automatically set based on super view's tint

Originator:mike.akers
Number:rdar://6376302 Date Originated:
Status:Duplicate/6376293 Resolved:
Product: Product Version:
Classification: Reproducible:
 
Summary: 
If create a UIToolBar in IB, change its tint, and then drag a UISegmentedControl into it; the tint color property of the segmented control is not automatically set based on the UIToolBar's tint color.

May be related to rdar://6376299

Steps to Reproduce:
1. Open Interface builder and create a new iPhone view
2. Drag a new UIToolBar from the library and add it to your new view
3. select the UIToolBar and change the tint color
4. drag a bar button item to the toolbar, notice that it's tint color is set automatically
5. drag a UISegmentedControl to the toolbar

Expected Results:
the UISegmentedControl's tint color should be automatically set, just like the UIBarButonItem's was

Actual Results:
the UISegmentedControl's tint color is the default color.

Notes:

See attached screenshot

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!