Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Oct 12, 2015
1 parent 05aa151 commit 5f7676b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ api for creating Auto Layout constraints and defining view only using code !

### Advantages of Nadir over the classic way

Not a lot less lines (40ish) but the number of total characters is halved!

- [x] The view hierachy is clearer
- [x] Constraints are (WAY) more readable, they actually look like the layout itself \o/
- [x] Horizontal & vertical layout can be described at the same time
Expand Down Expand Up @@ -95,9 +93,9 @@ addConstraint(NSLayoutConstraint(
attribute: .Left,
relatedBy: .Equal

[...] (80+ more lines ...)
// [...] (80+ more lines ...)

// We decided to strip that part because it was WAAYY TO LONG ... πŸ™‰πŸ™ˆπŸ™Š
// We decided to strip that part because it was WAAYY TO LONG ... πŸ™‰πŸ™ˆπŸ™Š

```

Expand Down

0 comments on commit 5f7676b

Please sign in to comment.