setting animatingIn to false
This commit is contained in:
parent
3b18e3dd55
commit
61ce51cefd
@ -139,7 +139,7 @@
|
|||||||
|
|
||||||
if (animate) {
|
if (animate) {
|
||||||
self.animatingOut = YES;
|
self.animatingOut = YES;
|
||||||
|
self.animatingIn = NO;
|
||||||
[UIView animateWithDuration:0.3 delay:0 options:UIViewAnimationOptionBeginFromCurrentState animations:^{
|
[UIView animateWithDuration:0.3 delay:0 options:UIViewAnimationOptionBeginFromCurrentState animations:^{
|
||||||
self.loadingViewController.view.alpha = 0;
|
self.loadingViewController.view.alpha = 0;
|
||||||
} completion:^(BOOL finished) {
|
} completion:^(BOOL finished) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user