ClassyKit / Classy

Expressive, flexible, and powerful stylesheets for UIView and friends.
http://classykit.github.io/Classy/
MIT License
740 stars 76 forks source link

TintColor on UIView #14

Closed glancashire closed 10 years ago

glancashire commented 10 years ago

Hi CloudKite

Thanks for the excellent library.

What would be really nice, if I could set the TintColor for UIImageViews. One simple way of doing this would be to add the line 335 to CASStyler.m:

[objectClassDescriptor setArgumentDescriptors:@[colorArg] forPropertyKey:@cas_propertykey(UIView, tintColor)];

Kind Regards Graham

cloudkite commented 10 years ago

Thanks for picking this up! Have added tintColor in latest commit https://github.com/cloudkite/Classy/commit/37593dcc9c77e21f3fcb93da772084dd2873067f

glancashire commented 10 years ago

Hi Jonas

Great, thanks.

Really very impressive coding from you - the more I use it the more I like it.

Kind Regards Graham


Graham Lancashire Managing Partner Swift Management AG Mülhauserstrasse 50 4056 Basel Switzerland ++41 61 385 55 55 (Tel) ++41 61 385 55 88 (Tel direkt) ++41 61 385 55 99 (Fax) ++41 79 485 25 20 (Mobil) lancashire@swift.ch (EMail) www.swift.ch (Web)

On 21.11.2013, at 21:50 , Jonas Budelmann notifications@github.com wrote:

Thanks for picking this up. Have added tintColor in latest commit 37593dc

— Reply to this email directly or view it on GitHub.

cloudkite commented 10 years ago

Thanks! Will close this when its on cocoapods :+1: