What iPhone OS APIs could I use to implement a transition animation similar to the iBook page flip t

Posted by Dr Dork on Stack Overflow See other posts from Stack Overflow or by Dr Dork
Published on 2010-04-15T15:35:32Z Indexed on 2010/05/10 4:58 UTC
Read the original article Hit count: 545

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

  1. Is that animation readily available somewhere in the UIKit API or would I have to implement it myself?
  2. 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.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk