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.
我想使用UIModalTransitionStyleFlipHorizontal,但让它发生得更快一点。
UIModalTransitionStyleFlipHorizontal
这可能吗?
试试这个类方法:
[UIView transitionFromView:self.view toView:newView.view duration:0.1f options:UIViewAnimationOptionTransitionFlipFromLeft completion:nil];
Ps:选项是:UIViewAnimationOptionTransitionFlipFromLeft 不是UIViewAnimationTransitionFlipFromLeft