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
Daniel Hammond
11 years ago
Commit
798d48bb27f53702ac1b64c7ef6c6f42d8c9f3d5
1 parent
e120b07b
Fixed comment
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Masonry/NSArray+MASAdditions.h
Masonry/NSArray+MASAdditions.h
View file @
798d48b
...
...
@@ -27,7 +27,7 @@
* Any constraints defined are added to each view or the appropriate superview once the block has finished executing on each view.
* If an existing constraint exists then it will be updated instead.
*
* @param block scope within which you can build up the constraints which you wish to apply to
the
view.
* @param block scope within which you can build up the constraints which you wish to apply to
each
view.
*
* @return Array of created/updated MASConstraints
*/
...
...
Please
register
or
login
to post a comment