博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Using two-stage rotation animation.
阅读量:5049 次
发布时间:2019-06-12

本文共 576 字,大约阅读时间需要 1 分钟。

今天接了朋友台IOS4.3.1的设备,测试时发现了如下警告:

Using two-stage rotation animation. To use the smoother single-stage animation, this application must remove two-stage method implementations.

Using two-stage rotation animation is not supported when rotating more than one view controller or view controllers not the window delegate.

这在ios5以上设备测试时没有出现

设置了几个断点,终于找到了出现的地方

[self presentModalViewController: self.customTabBar animated:YES];

找了半天终于找到问题了,原来必须要初始化self.customTabBar.selectedIndex = 0;

这我也没搞懂为什么这样,不过初始化后,就不报这警告了

转载于:https://www.cnblogs.com/Wendale-Zhang/archive/2013/01/16/2862751.html

你可能感兴趣的文章
Flink独立集群1
查看>>
iOS 8 地图
查看>>
20165235 第八周课下补做
查看>>
[leetcode] 1. Two Sum
查看>>
iOS 日常工作之常用宏定义大全
查看>>
PHP的SQL注入技术实现以及预防措施
查看>>
MVC Razor
查看>>
软件目录结构规范
查看>>
Windbg调试Sql Server 进程
查看>>
linux调度器系列
查看>>
mysqladmin
查看>>
解决 No Entity Framework provider found for the ADO.NET provider
查看>>
SVN服务器搭建和使用(三)(转载)
查看>>
Android 自定义View (三) 圆环交替 等待效果
查看>>
设置虚拟机虚拟机中fedora上网配置-bridge连接方式(图解)
查看>>
HEVC播放器出炉,迅雷看看支持H.265
查看>>
[置顶] Android仿人人客户端(v5.7.1)——人人授权访问界面
查看>>
Eclipse 调试的时候Tomcat报错启动不了
查看>>
【安卓5】高级控件——拖动条SeekBar
查看>>
ES6内置方法find 和 filter的区别在哪
查看>>