setting animatingIn to false

This commit is contained in:
Krishna Kishore Bandaru 2022-09-13 21:28:50 +05:30
parent 3b18e3dd55
commit 61ce51cefd

View File

@ -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) {