Storyboard imageView with fixedFrame="YES" ignores tintColor in runtime

Originator:ilya.konstantinov
Number:rdar://26529112 Date Originated:2016-5-27
Status: Resolved:
Product:Xcode Product Version:7.3.1
Classification: Reproducible:
 
Summary:
An image view created in IB ignores tintColor (in runtime!) when it has fixedFrame="YES".

As soon as I add top/left constraints to superview, the tint is correctly applied.

Steps to Reproduce:
1. Add image asset with template rendering.
2. Add image view to a view controller on the storyboard.
3. Set tint color on the image view.

Expected Results:
Image is colored with tintColor.

Actual Results:
Image is rendered with regular rendering.

Adding top/left constraints works around the issue.

Comments

Engineering has determined that your bug report (26529112) is a duplicate of another issue (18448072) and will be closed.

By ilya.konstantinov at June 28, 2016, 3:55 p.m. (reply...)

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!