可以通过 <UIViewControllerAnimatedTransitioning> 自定义页面转场达到该效果,具体可参考我之前写的一个小项目。
xxxxxxxxxxxxxxx 开发者_如何学运维 8小时前
然后定一个遵从 UIViewControllerAnimatedTransitioning
协议的动画代理对象,并在内部实现以下方法。
施風雷 开发者_如何学编程 8小时前
详情可参考:Feelinging/FEPopupMenuController
我我我666666 8小时前 开发者_如何学Go
最后在 VC中 实现 UIViewControllerAnimatedTransitioning
协议,返回钢材定义的转场动画代理对象
李帅 8小时前
先设置 modalPresentat开发者_JAVA百科ionStyle
和 modalTransitionStyle
精彩评论