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.
有一个 ViewController = VC1,和两个视图 view1 = "A" , view2 = "B"。视图“A”做水平翻转并转向“B”。
我该如何解决这个问题?请看图。
[UIView transitionFromView:view1 toView:view2 duration:1.0 options: UIViewAnimationOptionTransitionFlipFromLeft completion: ^(BOOL inFinished) { //do any post animation actions here }];