...
|
...
|
@@ -327,6 +327,12 @@ static char kInstalledConstraintsKey; |
|
|
if (!self.firstViewAttribute.isSizeAttribute && !self.secondViewAttribute) {
|
|
|
secondLayoutItem = self.firstViewAttribute.view.superview;
|
|
|
secondLayoutAttribute = firstLayoutAttribute;
|
|
|
|
|
|
if (!secondLayoutItem) {
|
|
|
NSAssert(secondLayoutItem, @"YH_Mall : The secondItem is null or nil !!!!!");
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
MASLayoutConstraint *layoutConstraint
|
...
|
...
|
|