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 2d3c613 commit 1542c13Copy full SHA for 1542c13
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