I am trying to switch between UIViews
by making it look like you are turning a page in a book.
The UIViewAnimationTransitionCurlUp
is prett
You can manage this effect by changing the orientation of the UIViewController where the animation takes place.
Edit (June 2012) : It is now possible to use the native Apple implementation, check:
Also check this other libs/methods:
There's nothing in the SDK that will do this for you. If you want this effect, you'll have to roll your own. "Classics" does a nice job with the page-flip animation.