From 69ded2d207630fe9bf8b3fa0b89c7378d0926392 Mon Sep 17 00:00:00 2001 From: Johannes Plunien Date: Thu, 30 Jan 2020 06:50:57 +0100 Subject: [PATCH 1/2] Fix animation on iPad split screen Fix #293 --- NYTPhotoViewer/NYTPhotoTransitionAnimator.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NYTPhotoViewer/NYTPhotoTransitionAnimator.m b/NYTPhotoViewer/NYTPhotoTransitionAnimator.m index 8a07f5c0..2e353a3f 100644 --- a/NYTPhotoViewer/NYTPhotoTransitionAnimator.m +++ b/NYTPhotoViewer/NYTPhotoTransitionAnimator.m @@ -53,6 +53,8 @@ - (void)setupTransitionContainerHierarchyWithTransitionContext:(id Date: Thu, 30 Jan 2020 07:07:11 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80bcc2c0..8ed4d9f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Changes for users of the library currently on `develop`: - Update deployment target to 9.0 from 8.0 - Remove property `UIPopoverController *activityPopoverController` from `NYTPhotosViewController` +- Fix animation on iPad in split screen ## [3.0.1](https://github.com/nytimes/NYTPhotoViewer/releases/tag/3.0.1)