What iPhone OS APIs could I use to implement a transition animation similar to the iBook page flip t
- by Dr Dork
I'm building an iPad app that will have multiple paper pages and I'd like to implement a page transition affect that is similar to the animation you see when you turn pages in the iBooks app on the iPad. A few questions...
Is that animation readily available somewhere in the UIKit API or would I have to implement it myself?
If I have to implement it myself, what's a good approach or API I should look into? It definitely has a 3d feel to it, could they be using the OpenGL ES API for that?
Thanks in advance for all your help, I'm going to start researching these questions right now.