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
Nicholas Tau
2014-09-04 12:13:52 +0800
Commit
6b48477212b4162f5057626bd60c4d8f848329ba
1 parent
e4a33d5a
it must be a typo here.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Examples/Masonry iOS Examples/MASExampleRemakeView.m
Examples/Masonry iOS Examples/MASExampleRemakeView.m
View file @
6b48477
...
...
@@ -47,7 +47,7 @@
make
.
height
.
equalTo
(
@
(
100
))
;
if
(
self
.
topLeft
)
{
make
.
left
.
equalTo
(
self
.
topL
eft
).
with
.
offset
(
10
)
;
make
.
left
.
equalTo
(
self
.
l
eft
).
with
.
offset
(
10
)
;
make
.
top
.
equalTo
(
self
.
top
).
with
.
offset
(
10
)
;
}
else
{
...
...
Please
register
or
login
to post a comment