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.
我们可以水平翻转 UIPopovercontroller 以加载新的子视图视图吗?
是否有可能实现一个动画:
是的。您需要将modalPresentationStyle第二个控制器的 设置为UIModalPresentationCurrentContext,并将其modalTransitionStyle设置为UIModalTransitionStyleFlipHorizontal。
modalPresentationStyle
UIModalPresentationCurrentContext
modalTransitionStyle
UIModalTransitionStyleFlipHorizontal