Search code examples
objective-ciosipaduiviewanimationtransition

UIViewAnimationTransitionCurl in left and right direction


Is there any way possible to use UIViewAnimationTransitionCurl in left and right directions? I'm looking for something similar to the Contacts app:

enter image description here


Solution

  • 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.