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