Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Commit

Permalink
Fix animation on iPad split screen
Browse files Browse the repository at this point in the history
  • Loading branch information
plu committed Jan 30, 2020
1 parent af8a6e6 commit 69ded2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NYTPhotoViewer/NYTPhotoTransitionAnimator.m
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ - (void)setupTransitionContainerHierarchyWithTransitionContext:(id <UIViewContro

toView.frame = [transitionContext finalFrameForViewController:self.toViewController];

[toView layoutIfNeeded];

if (self.toViewController.parentViewController) {
[self.toViewController beginAppearanceTransition:YES animated:YES];
}
Expand Down

0 comments on commit 69ded2d

Please sign in to comment.