WKInterfaceGroup needs to have a setBackgroundTintColor method

Originator:christian.noon
Number:rdar://19932516 Date Originated:23-Feb-2015 06:21 PM
Status:Open Resolved:
Product:Developer Tools Product Version:Xcode 6.2 Beta 5
Classification:Enhancement Reproducible:Always
 
Summary:
The only way at the moment to apply a tint color to an image is to use a WKInterfaceImage and set the tint color. While this works for some cases, it does not work for them all.

For example, if I need to place a label ontop of the image, I cannot use a WKInterfaceImage, I need to use a WKInterfaceGroup and place the label inside the group and set the background image of the group. This works fine, until you need to tint the image. This is currently not possible and is very limiting. This results in having to add a custom image for every possible color combination which can be extremely tedious for both designers and engineers.

The worst case is if the background image needs to be an animated image. This results in having to add an imageset to the asset catalog for each color. This actually ends up taking hours.

Adding the ability to set the tint color on the background image of a WKInterfaceGroup would be incredibly helpful.

Steps to Reproduce:


Expected Results:


Actual Results:


Version:
Xcode 6.2 Beta 5 and OS X 10.10.2

Notes:


Configuration:


Attachments:

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!