I'm building an iPad app that will have multiple paper pages and I'd like to implement a page transition effect that is similar to the animation you see when you turn pages in the iBooks app on the iPad. A few questions...
Apple certainly uses OpenGL ES to implement it. The actual API Apple uses is private, but this blogger has the starting of an implementation with sample code.
If you want to implement your own solution using OpenGL ES, here's a writeup to get you started. While I'm not sure if this is the same algorithm that Apple uses, it looks pretty close. At least it won't get your app banned for using a private API.
The problem was that the API containing the page curl library used in producing that same effect remains undocumented so it can’t be used in the app store. Fortunately Ole Begemann has created a Github project where he has provided some code which allows you to easily add a very similar effect into your own apps.
Tom Brow (http://tombrow.com/) initially created a project for an iBooks-like page turning interface called Leaves(http://github.com/brow/leaves), which was later branched(http://github.com/ole/leaves/tree/twopages) by Ole Begemann to support 2 side by side pages in landscape mode.
Just to update the matter, Apple has released an official way (Since 5.0) to use their Animation, check UIPageViewController.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With