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
Paulo F. Andrade
11 years ago
Commit
a5514d384691a05da5686b565566b1173d04f2b6
1 parent
49173d55
Style fixes
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
8 deletions
Masonry/MASCompositeConstraint.m
Masonry/MASViewConstraint.m
Masonry/MASCompositeConstraint.m
View file @
a5514d3
...
...
@@ -169,16 +169,13 @@
#if TARGET_OS_MAC && !TARGET_OS_IPHONE
-
(
id
<
MASConstraint
>
)
animator
{
-
(
id
<
MASConstraint
>
)
animator
{
for
(
id
<
MASConstraint
>
constraint
in
self
.
childConstraints
)
{
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-value"
constraint
.
animator
;
#pragma clang diagnostic pop
[
constraint
animator
];
}
return
self
;
}
#endif
#pragma mark - debug helpers
...
...
Masonry/MASViewConstraint.m
View file @
a5514d3
...
...
@@ -261,8 +261,7 @@
#if TARGET_OS_MAC && !TARGET_OS_IPHONE
-
(
id
<
MASConstraint
>
)
animator
{
-
(
id
<
MASConstraint
>
)
animator
{
self
.
useAnimator
=
YES
;
return
self
;
}
...
...
Please
register
or
login
to post a comment