Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ios
/
Masonry
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Jonas Budelmann
12 years ago
Commit
205d4236dee044e37d282e6d909902877e145733
1 parent
d6db73d0
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
README.md
README.md
View file @
205d423
...
...
@@ -79,11 +79,12 @@ For more usage examples take a look at the MasonryExamples project in the Masonr
note all UIView additions are prefixed with 'mas_' to avoid conflicting with other UIView categories
if you want to use Masonry without the mas_ you need to add #define MAS_SHORTHAND to your prefix.pch
### F
EATURES
### F
eatures
*
No macro magic. Masonry won't pollute the global namespace with macros.
*
Not string or dictionary based and hence you get compile time checking.
### TODO
*
Better readme
*
Better debugging help for complicated layouts
*
Header comments/Documentation
-
More test
s
*
More tests and example
s
...
...
Please
register
or
login
to post a comment