首页 > 其他 > 详细

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

时间:2016-07-13 22:42:41      阅读:244      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!