Add the ability to set the renderMode for a UIImage from IB or Image Assets

Originator:gordon
Number:rdar://15828164 Date Originated:15-Jan-2014 04:32 PM
Status:Open Resolved:
Product:Developer Tools Product Version:5.0
Classification:Enhancement Reproducible:Always
 
Summary:
As is, the only way to set the renderMode for a UIView is from code. It would be great to be able to change that setting from inside Interface Builder, or even the Image Asset Library.

Steps to Reproduce:
1. Create a UIImageView inside a xib file
2. Set the tint color on the UIImageView

Expected Results:
I should be able to change the renderMode so that the tint color is taken into effect.

Actual Results:
I have to find somewhere in the code to create a copy of the image while changing the renderMode, then reassign it to the image property on the image view.

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!