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 eed31e1 commit aaa6a27Copy full SHA for aaa6a27
Examples/TransitionFun/TransitionFun/MEZoomAnimationController.m
@@ -89,7 +89,8 @@ - (void)animateTransition:(id <UIViewControllerContextTransitioning>)transitionC
89
[self topViewAnchorRightEndState:topView anchoredFrame:[transitionContext finalFrameForViewController:topViewController]];
90
} completion:^(BOOL finished) {
91
if ([transitionContext transitionWasCancelled]) {
92
- [self underLeftViewStartingState:underLeftViewController.view containerFrame:containerView.bounds];
+ underLeftViewController.view.frame = [transitionContext initialFrameForViewController:underLeftViewController];
93
+ underLeftViewController.view.alpha = 1;
94
[self topViewStartingState:topView containerFrame:containerView.bounds];
95
}
96
0 commit comments