Skip to content

Commit

Permalink
Merge pull request #514 from uditiiita/develop
Browse files Browse the repository at this point in the history
Remove annotation available only from Xcode 7
  • Loading branch information
michaelochs committed Dec 15, 2015
2 parents 30417aa + bfc816e commit 3634def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ViewDeck/IIViewDeckController.m
Expand Up @@ -1245,7 +1245,7 @@ - (void)viewWillTransitionToSize:(CGSize)size withTransitionCoordinator:(id<UIVi
_preRotationCenterSize = self.centerView.bounds.size;
_preRotationIsLandscape = UIInterfaceOrientationIsLandscape(self.interfaceOrientation);

[coordinator animateAlongsideTransition:NULL completion:^(id<UIViewControllerTransitionCoordinatorContext> _Nonnull context) {
[coordinator animateAlongsideTransition:NULL completion:^(id<UIViewControllerTransitionCoordinatorContext> context) {
[self arrangeViewsAfterRotation];

[self applyCenterViewCornerRadiusAnimated:NO];
Expand Down

0 comments on commit 3634def

Please sign in to comment.