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

前端 未结 8 1076
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:44

    I know am late but this could help someone, make sure your IBOutlet views are weak. This answer helped me to get rid of this issue.

提交回复
热议问题