2010-08-23 38 views

回答

6
[UIView beginAnimations: @"flipOverCard1" context: nil]; 
[UIView setAnimationDuration: 0.5f]; 
[UIView setAnimationTransition: UIViewAnimationTransitionFlipFromLeft forView: card1 cache: YES]; 

// Stuff to do while transitioning 

[UIView commitAnimations];