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

while an existing transition or presentation is occurring; the navigation stack will not be updated

时间:2016-07-13 22:45:08      阅读:551      评论:0      收藏:0      [点我收藏+]

标签:

使用UIAlertController提示信息,在之后使用navigation进行逻辑跳转时,出现popToViewController:transition: called on <UINavigationController 0x7fc27b8ac000> while an existing transition or presentation is occurring; the navigation stack will not be updated.错误。如图:

技术分享

技术分享

原因:dismiss操作完成之前不能进行出栈、入栈操作。

解决方法:使用block回调在dismiss操作完成之后做回调,在回调中执行出栈、入栈。

技术分享

while an existing transition or presentation is occurring; the navigation stack will not be updated

标签:

原文地址:http://www.cnblogs.com/wanxudong/p/5667954.html

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