iPhone: How to do a presentModalViewController animation from left to right
问题 I am presenting a model view with animation. As a default it comes from bottom to top. How can I make the animation to go from left to right? I know I could use a navigation controller. But actually the presenting view does not need a navigation bar and also the modally presented view does not need a navigation bar. Still I want a transition from left to right. 回答1: There are only four UIModalTransitionStyle s: UIModalTransitionStyleCoverVertical UIModalTransitionStyleFlipHorizontal