- Stylesheets are no longer constants. Instead, they can be fetched by name:
Teacup::Stylesheet[:iphone]
- Stylesheets can be assigned by calling the
stylesheet :stylesheet_name
inside a view controller. - Ability to style based on view class.
- Support for orientation-based styles.
Working code! Uses finalized proposal, but changes are still happenin'.
Proposals. They have been merged into a finalized proposal, based mostly on ConradIrwin's stylesheets and a declaritive layout DSL that emerged from discussions
It will be known as "teacup".