We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41fc21a commit 190c1f2Copy full SHA for 190c1f2
ECSlidingViewController/ECSlidingViewController.m
@@ -828,7 +828,6 @@ - (void)completeTransition:(BOOL)didComplete {
828
if (self.animationComplete) self.animationComplete();
829
self.animationComplete = nil;
830
831
- [self setNeedsStatusBarAppearanceUpdate];
832
[self updateTopViewGestures];
833
[self endAppearanceTransitionForOperation:self.currentOperation isCancelled:[self transitionWasCancelled]];
834
@@ -842,6 +841,7 @@ - (void)completeTransition:(BOOL)didComplete {
842
841
self.transitionInProgress = NO;
843
self.view.userInteractionEnabled = YES;
844
[UIViewController attemptRotationToDeviceOrientation];
+ [self setNeedsStatusBarAppearanceUpdate];
845
}
846
847
- (UIViewController *)viewControllerForKey:(NSString *)key {
0 commit comments