I am trying to switch between UIViews
by making it look like you are turning a page in a book.
The UIViewAnimationTransitionCurlUp
is pretty close if I could get it to curl toward the Left or Right. Is this possible?
I have tried to use the CATRansition
but none of the animation types come close to a page turning.
Any suggestions on how to create this page animation transition that would turn a page toward the left or right?