修复bug
This commit is contained in:
@@ -503,7 +503,7 @@ UIKIT_EXTERN NSString *kShowFirstRechargeView;
|
||||
[UIView animateWithDuration:0.1 animations:^{
|
||||
candyTreeVC.view.frame = CGRectMake(0, 0, KScreenWidth, KScreenHeight);
|
||||
}completion:^(BOOL finished) {
|
||||
candyTreeVC.view.backgroundColor = [UIColor colorWithWhite:0 alpha:0.5];
|
||||
|
||||
}];
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user