|
|
Masonry
|
|
|
=======
|
|
|
#Masonry [](https://travis-ci.org/cloudkite/Masonry)
|
|
|
|
|
|
Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax. Masonry 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.
|
|
|
Masonry supports iOS and Mac OSX.
|
|
|
|
|
|
For examples take a look at the **Masonry iOS Examples** project in the Masonry workspace.
|
|
|
|
|
|
[](https://travis-ci.org/cloudkite/Masonry)
|
|
|
|
|
|
## Whats wrong with NSLayoutConstraints?
|
|
|
|
|
|
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.
|
...
|
...
|
|