apple 4 년 전
부모
커밋
50cac57e48

BIN
ios/JianYuIOS/JianYuIOS.xcworkspace/xcuserdata/apple.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 1
ios/JianYuIOS/JianYuIOS/guide/ZKGuideView.m

@@ -262,7 +262,7 @@
     __weak typeof(self)weakSelf = self;
     [UIView animateWithDuration:0.5 animations:^{
         weakSelf.alpha = 0;
-        [self.contentView setY:self.height];
+        [weakSelf.contentView setY:self.height];
     } completion:^(BOOL finished) {
         [weakSelf removeFromSuperview];
     }];

+ 1 - 1
ios/JianYuIOS/JianYuIOS/guide/ZKPrivacyView.m

@@ -144,7 +144,7 @@
 {
     __weak typeof(self)weakSelf = self;
     [UIView animateWithDuration:0.5 animations:^{
-        [self.contentView setY:self.height];
+        [weakSelf.contentView setY:self.height];
     } completion:^(BOOL finished) {
         [weakSelf removeFromSuperview];
     }];