Commit ba478f8c authored by jz's avatar jz

remove maskview

parent cb64de1e
......@@ -88,7 +88,7 @@
fromView.frame = newFrame;
_mask.alpha = 0;
} completion:^(BOOL finished) {
if (self.needMask) {
if (_mask.superview) {
[_mask removeFromSuperview];
}
// 动画结束后移除toVC.snapshot,留着会挡住toVC,用户无法交互
......
......@@ -186,7 +186,6 @@
[_table reloadData];
[_table.mj_header endRefreshing];
[_table.mj_footer endRefreshing];
}
[self updateOtherUIData];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment