diff --git a/ViewDeck/IIViewDeckController.m b/ViewDeck/IIViewDeckController.m index f744b98..a2a8173 100644 --- a/ViewDeck/IIViewDeckController.m +++ b/ViewDeck/IIViewDeckController.m @@ -1245,7 +1245,7 @@ - (void)viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(id _Nonnull context) { + [coordinator animateAlongsideTransition:NULL completion:^(id context) { [self arrangeViewsAfterRotation]; [self applyCenterViewCornerRadiusAnimated:NO];