StyleSheet icon indicating copy to clipboard operation
StyleSheet copied to clipboard

Reusable and composable UI styles

Results 6 StyleSheet issues
Sort by recently updated
recently updated
newest added

The current implementation applies the styles in the order of definition. This is prone to errors (e.g. a style for a base class can override a style for a subclass,...

After a discussion in the ticket #5 it appears to be important to provide some guidelines on the use of the framework in README. In particular, document how to apply...

documentation

After a discussion in the ticket #5 it appears to be important to provide some guidelines on the use of the framework in README. In particular, recommend against mixing automatic...

documentation

The current implementation allows hierarchical grouping of styles, but the example project does not show this. Extend the example project to show this feature.

documentation

In the current implementation styles are applied in the order of definition. This requires careful ordering, otherwise a style for a base class can override a style for a subclass,...

documentation

It is incredibly useful to have UIViewController styling support and I think this should be included. It's fairly easy to add (see [this commit](https://github.com/cfilipov/StyleSheet/commit/a4e93c87cf16eb97284ed24ed7446d3de24988f2)) and it even helps alleviate the...

feature request