使用wkwebview时,push后,再pop返回,报错
Posted WidgetBox
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用wkwebview时,push后,再pop返回,报错相关的知识,希望对你有一定的参考价值。
使用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返回,报错的主要内容,如果未能解决你的问题,请参考以下文章
pop函数&push函数&shift函数&unshift函数
数组中的元素 增加push用法 unshift() 方法 和减少pop() 方法