Is there any way possible to use UIViewAnimationTransitionCurl in left and right directions? I'm looking for something similar to the Contacts app:
If you are targetting iOS 5, use UIPageViewController
. The last fifteen minutes of the Implementing UIViewController Containment video from WWDC 2011 describe how to use it.