ClassyKit / Classy

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

Classy doesn't seem to find properties added through categories #73

Closed doubleedan closed 6 years ago

doubleedan commented 10 years ago

Hi there,

When I add properties to UIView via a category, and then target those properties through a style sheet, nothing happens. It seems like Classy's reflection doesn't find properties added through extensions? Is there a workaround - or am I misdiagnosing this issue?

Thanks.

doubleedan commented 10 years ago

Nevermind! Got it working with CASObjectClassDescriptor.

dnedrow commented 6 years ago

@doubleedan , can this issue be closed?

dnedrow commented 6 years ago

Added info to wiki how-to.