From 7a75f7a857ff47ed20583a6e9e00797c4ecb7b6f Mon Sep 17 00:00:00 2001 From: Tyler Fox Date: Mon, 19 Aug 2013 22:54:15 -0700 Subject: [PATCH] Minor README tweaks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6fca04..6d93a94 100644 --- a/README.md +++ b/README.md @@ -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))