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
griffinmacias
2016-01-19 13:49:50 -0500
Commit
1ee5f075132b207dd14db729e497eada78eb0abc
1 parent
8dbbb669
Fixing wrong method name in update Constraints Section
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
1ee5f07
...
...
@@ -267,7 +267,7 @@ Alternatively if you are only updating the constant value of the constraint you
}];
//according to apple super should be called at end of method
[super updateConstraints];
[super update
View
Constraints];
}
```
...
...
Please
register
or
login
to post a comment