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
Robert Payne
2016-03-31 21:21:01 +1300
Commit
b74aea8e914455d2cfc49b4cc73a96126bd4cca0
1 parent
41004d8d
Fix activate bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Masonry/MASViewConstraint.m
Masonry/MASViewConstraint.m
View file @
b74aea8
...
...
@@ -288,7 +288,7 @@ static char kInstalledConstraintsKey;
#pragma mark - MASConstraint
-
(
void
)
activate
{
[
self
install
edView
];
[
self
install
];
}
-
(
void
)
deactivate
{
...
...
Please
register
or
login
to post a comment