码迷,mamicode.com
首页 > Web开发 > 详细

使用wkwebview时,push后,再pop返回,报错

时间:2019-10-31 18:39:18      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:tar   href   tor   The   blank   ken   not   lease   arp   

 

使用wkwebview时,push后,再pop返回,报错

Cannot form weak reference to instance (xxxx) of class xxxx. It is possible that this object was over-released, or is in the process of deallocation

原因是给webView.scrollView设置了代理:webView.scrollView.delegate = self ;

解决办法:

 

-(void)dealloc
{
    webView.scrollView.delegate = nil;
}
by:初光夫

使用wkwebview时,push后,再pop返回,报错

标签:tar   href   tor   The   blank   ken   not   lease   arp   

原文地址:https://www.cnblogs.com/widgetbox/p/11772593.html

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