码迷,mamicode.com
首页 > 其他好文 > 详细

在用TabbarController中出现navigationController 嵌套报错

时间:2014-07-04 00:36:55      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:ios   tabbarcontroller   

如果出现:

nested push animation can result in corrupted navigation bar

 Finishing up a navigation transition in an unexpected state. Navigation Bar subview tree might get corrupted.


一般这种情况是在自定义的tabbarController 的ViewWillAppera中没有调用superWillAppera, 调用父类方法就OK。

    [super viewWillAppear:animated];


在用TabbarController中出现navigationController 嵌套报错,布布扣,bubuko.com

在用TabbarController中出现navigationController 嵌套报错

标签:ios   tabbarcontroller   

原文地址:http://blog.csdn.net/xiaochong2154/article/details/36670237

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!