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
049fedacf1b054856ce1b1ac59b88555889a23eb
1 parent
b823fcac
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
049feda
...
...
@@ -123,7 +123,7 @@ make.left.greaterThanOrEqualTo(label.mas_left);
if you want to set view to have a minimum and maximum width you could pass a number to the equality blocks:
```
obj-c
view
.width
make
.width
.greaterThanOrEqualTo(@200)
.lessThanOrEqualTo(@400)
```
...
...
Please
register
or
login
to post a comment