2010-08-23 10 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]; 
관련 문제