Reputation: 471
I would like to animate a page flipping, like is shown here, but without using the built-in UIViewAnimationTransitionCurlUp and UIViewAnimationTransitionCurlDown animations. Is that possible?
Upvotes: 0
Views: 922
Reputation: 33101
Try this. I think it uses private methods, but it works. Its a great starting point to figuring out how do do it yourself.
Upvotes: 1