I have implemented the method willRotateToInterfaceOrientation, and my iPhone app nicely animates the orientation movement when I switch between landscape and portrait.
My question is: is it possible to have a different type of animation? Are there other built in animations that I could use for that transition? Or could I tamper with it myself? Can anyone show me example of code to change the animation?
Absolutely it’s possible. Here’s a custom animation that I did to move several views around to different places:
This worked great as each image flies across the screen to land in a new spot. You can use something like this to create all kinds of effects.