Last Updated: February 25, 2016
·
365
· thinkclay

Use Teacup for your Layout

Your life won't get much easier or more beautiful than this:

Teacup::Stylesheet.new :main_screen do

  style :create_button,
    left: 29, 
    height: 45,
    image: UIImage.imageNamed('ui-btn-create.png'),
    top: 100,
    width: 291

end