JLChen
2021-02-01 7ab063d5c658143b5bce7ca8e5ae9bfc700bb1d8
Demo/EZOpensdk_iOS_4.15.1_build20201104/Demo/EZOpenSDKDemo/Venders/Masonry/MASCompositeConstraint.m
old mode 100644 new mode 100755
@@ -97,7 +97,7 @@
#pragma mark - Animator proxy
#if TARGET_OS_MAC && !TARGET_OS_IPHONE
#if TARGET_OS_MAC && !(TARGET_OS_IPHONE || TARGET_OS_TV)
- (MASConstraint *)animator {
    for (MASConstraint *constraint in self.childConstraints) {
@@ -129,6 +129,12 @@
    }
}
- (void)setInset:(CGFloat)inset {
    for (MASConstraint *constraint in self.childConstraints) {
        constraint.inset = inset;
    }
}
- (void)setOffset:(CGFloat)offset {
    for (MASConstraint *constraint in self.childConstraints) {
        constraint.offset = offset;