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

Presenting view controllers on detached view controllers is discouraged <CallViewController: 0x14676e240>.

时间:2016-06-29 14:42:27      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:

 今天在优化app时,发现程序出现这种警告:“

Presenting view controllers on detached view controllers is discouraged <CallViewController: 0x14676e240>.

首先说明一下,我是在判断无网络时,要弹出一个提示框时出现的这个问题

技术分享

在网上查资料时,又说是当前控制器已present一个视图,再present一个视图时,就会出现这个错误。但是在我的项目中当前页面根本就没有第二个present了,因此也就不存在present多个视图了。通过摸索,我是这样解决问题的:

技术分享

将present操作放在线程中执行就OK了。

 

不过,,问题虽然解决了,但是我却并不知道这是什么原因导致的,按理说不将present操作放在线程中也对啊,因为之前是没有present操作的,我很是纠结,希望有解决此问题、并看到我此次小结的大神知道一番!

 

Presenting view controllers on detached view controllers is discouraged <CallViewController: 0x14676e240>.

标签:

原文地址:http://www.cnblogs.com/linzhengbo/p/5626726.html

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