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.
2 parents 1b73a92 + 1542c13 commit 3c10252Copy full SHA for 3c10252
Examples/TransitionFun/TransitionFun/MEZoomAnimationController.m
@@ -74,6 +74,7 @@ - (void)animateTransition:(id <UIViewControllerContextTransitioning>)transitionC
74
UIView *containerView = [transitionContext containerView];
75
76
UIView *topView = topViewController.view;
77
+ topView.bounds = [UIScreen mainScreen].bounds;
78
79
underLeftViewController.view.layer.transform = CATransform3DIdentity;
80
0 commit comments