|
@@ -175,6 +175,7 @@ static char kInstalledConstraintsKey;
|
|
NSMutableArray *children = NSMutableArray.new;
|
|
NSMutableArray *children = NSMutableArray.new;
|
|
for (id attr in attribute) {
|
|
for (id attr in attribute) {
|
|
MASViewConstraint *viewConstraint = [self copy];
|
|
MASViewConstraint *viewConstraint = [self copy];
|
|
|
|
+ viewConstraint.layoutRelation = relation;
|
|
viewConstraint.secondViewAttribute = attr;
|
|
viewConstraint.secondViewAttribute = attr;
|
|
[children addObject:viewConstraint];
|
|
[children addObject:viewConstraint];
|
|
}
|
|
}
|