Showing
1 changed file
with
5 additions
and
1 deletions
1 | -Masonry | 1 | +Masonry |
2 | ======= | 2 | ======= |
3 | 3 | ||
4 | Masonary is a light-weight layout framework which wraps AutoLayout with a nicer syntax. Masonary has its own layout DSL which provides a chainable way of describing your NSLayoutConstraints which results in layout code that is more concise and readable. | 4 | Masonary is a light-weight layout framework which wraps AutoLayout with a nicer syntax. Masonary has its own layout DSL which provides a chainable way of describing your NSLayoutConstraints which results in layout code that is more concise and readable. |
5 | 5 | ||
6 | For examples take a look at the **MasonryExamples** project in the Masonry workspace. | 6 | For examples take a look at the **MasonryExamples** project in the Masonry workspace. |
7 | 7 | ||
8 | +[![Build Status](https://travis-ci.org/cloudkite/Masonry.png?branch=master)](https://travis-ci.org/cloudkite/Masonry) | ||
9 | +[![Version](http://cocoapod-badges.herokuapp.com/v/Masonry/badge.png)](http://cocoadocs.org/docsets/Masonry) | ||
10 | +[![Platform](http://cocoapod-badges.herokuapp.com/p/Masonry/badge.png)](http://cocoadocs.org/docsets/Masonry) | ||
11 | + | ||
8 | ## Whats wrong with NSLayoutConstraints? | 12 | ## Whats wrong with NSLayoutConstraints? |
9 | 13 | ||
10 | Under the hood Auto Layout is a powerful and flexible way of organising and laying out your views. However creating constraints from code is verbose and not very descriptive. | 14 | Under the hood Auto Layout is a powerful and flexible way of organising and laying out your views. However creating constraints from code is verbose and not very descriptive. |
-
Please register or login to post a comment