UIWebView EXC_BAD_ACCESS crash

后端 未结 6 671
无人共我
无人共我 2020-12-13 00:49

I\'m experiencing crashes of an app that uses UIWebView. Usually it\'s when page is not fully loaded and UIWebView is sent stopLoading selector. Or when UIWebView fully load

6条回答
  •  攒了一身酷
    2020-12-13 01:21

    I also saw this exact error, and it was caused by the delegate I had designated to a UIWebView not being retained (in my case a UIViewController).

提交回复
热议问题