I would like to flip my app's splash screen - how can I mimic the flipside controller's animation?

Posted by Andy on Stack Overflow See other posts from Stack Overflow or by Andy
Published on 2010-05-11T14:17:46Z Indexed on 2010/05/11 14:24 UTC
Read the original article Hit count: 194

Filed under:
|

I've finally gotten a working "alpha" version of my first app installed and (mostly) working on my iPhone 3G. So excited I came into the house and danced a little jig while my wife rolled her eyes at me. Don't care - totally stoked that I figured it out on my own (with lots of help here - thanks again, guys).

I've never really dabbled with or cared about animation; I'm more into utility-type apps. However, I've decided that I'd like to animate my app's opening image / default.png / splash screen similar to the flipside view controller animation - where the image spins from a view on the front to a different view on the back. I've found code for animating between views using the flipside animation, but how would I go about animating from a static *.png image to my navigation-based table view? I'm just not even sure where to start with this one - literally the first time I've ever even searched for anything graphics-related in the documentation.

Any help will be appreciated. As usual, thanks in advance!

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about core-animation