|
@@ -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];
|
|
|
}];
|