iPhone開発のメモです。[UIView beginAnimations:nil context:NULL]; { // アニメーション1つ目 [UIView beginAnimations:nil context:NULL]; [UIView setAnimationDuration:7.5]; [UIView setAnimationTransition:UIViewAnimationTransitionFlipFromLeft forView:XXX cache:YES]; [UIView commitAnimations]; // アニメーション2つ目 [UIView beginAnimations:nil context:NULL]; [UIView setAnimationDuration:7.5]; [UIView setAnimationTransition:UIView