Skip to content

Commit

Permalink
Minor README tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
smileyborg committed Aug 20, 2013
1 parent 5363a96 commit 7a75f7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ An overview of the Auto Layout options available, ordered from the lowest- to hi
* Cons: Doesn't support some use cases, incomplete compile-time checks, must learn syntax, hard to debug
* Apple Interface Builder
* Pros: Visual, simple
* Cons: Difficult for complicated views, cannot dynamically set constraints
* UIView+AutoLayout
* Cons: Difficult for complicated layouts, cannot dynamically set constraints
* **UIView+AutoLayout**
* Pros: Simple, built directly on top of the SDK, minimal third party code
* Cons: Not the most concise or pure expression of layout code
* High-level layout frameworks ([Masonry](https://github.com/cloudkite/Masonry), [KeepLayout](https://github.com/iMartinKiss/KeepLayout))
Expand Down

0 comments on commit 7a75f7a

Please sign in to comment.