ClassyKit / Classy

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

Make the cas_styleClass IBInspectable so it can be set in the Attributes tab of interface builder #90

Closed rvadhavk closed 9 years ago

rvadhavk commented 9 years ago

Adds the IBInspectable annotation to the cas_styleClass property in UIView+CASAdditions.h so you can set the the style class of a view in interface builder in the attributes tab.

image

cloudkite commented 9 years ago

:+1: