Showing
1 changed file
with
1 additions
and
1 deletions
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | 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. | 3 | 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. |
4 | Masonry supports iOS and Mac OSX. | 4 | Masonry supports iOS and Mac OSX. |
5 | 5 | ||
6 | -For examples take a look at the **Masonry iOS Examples** project in the Masonry workspace. | 6 | +For examples take a look at the **Masonry iOS Examples** project in the Masonry workspace. You will need to run `pod install` after downloading. |
7 | 7 | ||
8 | ## Whats wrong with NSLayoutConstraints? | 8 | ## Whats wrong with NSLayoutConstraints? |
9 | 9 |
-
Please register or login to post a comment