Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bentford committed Jul 24, 2013
1 parent 0d258a0 commit f4f800b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

### Overview

EasyLayout is my experimental framework for performing quick layout of views. It is the goal of this framework to compete with AutoLayout, which I beleive is ideal for laying out views in code.
EasyLayout is my experimental framework for performing quick layout of views. It is the goal of this framework to replace AutoLayout, which I beleive is awful for laying out views in code.

My thesis is that this framework used in conjuction with `layoutSubviews` will take less code, and be more powerful than what AutoLayout is capable of.
My thesis is that EasyLayout, used in conjuction with `layoutSubviews`, will take less code and be more powerful than what AutoLayout is capable of.

Although it is in a rudimentary state, it is quite powerful as is.
Although it is in a rudimentary state, it is quite useful as is.

### TODO

Expand Down

0 comments on commit f4f800b

Please sign in to comment.