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
c0125e35de39c7bf3092c5bc9ebbb2eaf637ca86
1 parent
ac03ef49
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 @
c0125e3
...
...
@@ -72,7 +72,7 @@ UIEdgeInsets padding = UIEdgeInsetsMake(10, 10, 10, 10);
or ever shorter
```
obj-c
[view1 makeConstraints:^(MASConstraintMaker *make) {
make.edges.equalTo(superview).insets(padding);
make.edges.equalTo(superview).
with.
insets(padding);
}];
```
...
...
Please
register
or
login
to post a comment