当UINavigationController与UITabBarController用relation segue连接时(UINavigationController作为根),运行会提示:
创新互联公司客户idc服务中心,提供德阳服务器托管、成都服务器、成都主机托管、成都双线服务器等业务的一站式服务。通过各地的服务中心,我们向成都用户提供优质廉价的产品以及开放、透明、稳定、高性价比的服务,资深网络工程师在机房提供7*24小时标准级技术保障。
Two-stage rotation animation is deprecate.This application should use the smoother single-stage animation.
解决办法是:
UINavigationController不应该作为UITabBarController的根来关联,而应该作为UITabBarController的子ViewController的根关联(而UINavigationController的根是UITabBarController)。假设UITabBarController有两个子ViewController,那么按住Ctrl键连线的方式应该是:
-------------------------
UITabBarController
->
第一个UINavigationController
->
第一个UIViewController
-------------------------
UITabBarController
->
第二个UINavigationcontroller
->
第二个UIViewController
-------------------------
也就是说有多少个tab,就要创建相应数量的UINavigationcontroller。
所有的连接方式都要选择relationship segue - root view controller
文章名称:Two-stagerotationanimationisdeprecate警告
本文URL:http://scyingshan.cn/article/ijpcgo.html