Stylist
Stylist copied to clipboard
Define UI styles for iOS apps in a hot-reloadable yaml or json file
I'm experiencing severe performance reduction in UICollectionViews, even if no cells (or subviews) are styled at all. I'm guessing that this is caused by the swizzling of `func willMove(toSuperview newSuperview:...
support to add array of custom properties
First of all congrats on this wonderful library. I was struggling with very big yml files, and many recurring variables. So I wanted to give it a go to make...
Using Carthage, Stylist is added to my project as a framework. This means that the @IBDesignable and @IBInspectable annotations are not visible to IB and therefore I'd have to set...