Is there a way to use UIViewAnimationOptionTransitionCurlUp without it animating the entire screen?
问题 I have a view controller that has the following hierarchy: UIViewController | |-view |-presentView (UIView) |-stagedView (UIView) |-UIToolbar I am using the transitionFromView:toView:duration:options:completion: method to animate a page curl up to swap between the presentView and the stagedView . The present and staged view only cover most of the screen and there is a UIToolbar at the bottom. When I use the UIViewAnimationOptionTransitionCurlUp transition, it is animating the whole root view