Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
それを実装する簡単UIViewAnimationOptionTransitionFlipFromLeftで方法があることは知っていますが、たとえば、UIViewiOS 4より前のようなものをどのように実行しますか(つまり、裏返します) 。iPad
UIViewAnimationOptionTransitionFlipFromLeft
UIView
iPad
[UIView beginAnimations: @"flipOverCard1" context: nil]; [UIView setAnimationDuration: 0.5f]; [UIView setAnimationTransition: UIViewAnimationTransitionFlipFromLeft forView: card1 cache: YES]; // Stuff to do while transitioning [UIView commitAnimations];