The basic concept is to customize the change you want to apply to yourself, and then commit the animation.
[UIView beginAnimations:nil context:NULL]
[UIView setAnimationDuration:5]
[UIView setAnimationTransition: ...zoom, pan, whatever... cache:YES]
[UIView commitAnimations]
Cheers niels
source
share