UIWebView random crash at [UIViewAnimationState release]: message sent to deallocated instance

前端 未结 8 1080
Happy的楠姐
Happy的楠姐 2020-12-04 16:24

I\'m having a random UIWebView crash using iOS8.1 and UIWebView, using an iPhone5. In my tests the crash doesn\'t

8条回答
  •  执念已碎
    2020-12-04 16:40

    I'm experiencing the same issue on iOS 8 and more specifically an iPad 3 fails much more often than others.

    Based on your post and a couple of others that I was able to find, it seems that it's an issue with UIWebView on iOS8 only, as it works on iOS7.

    What I've done is to use the new WKWebView on iOS8, which doesn't present the same issue, while continuing to use UIWebView on iOS7.

    The best thing to do would be to file a radar with Apple and switch to WKWebView in the meantime.

提交回复
热议问题