Is it possible to rotate a view so that I can use UIViewAnimationTransitionFlipFromLeft/Right to create vertical page flips?
A:
The flip transitions are always applied horizontally with respect to the current device orientation. Normally, to do a similar vertical transition, you'd use one of the curl animations, like UIViewAnimationTransitionCurlUp
. Is there a reason you need to avoid that in your particular application?
warrenm
2010-06-06 05:07:40