UIWebview iOS8.1 Crash问题。

报错信息:
[UIViewAnimationState release]: message sent to deallocated instance xx

解决方法:
[UIView setAnimationsEnabled:NO];

参考:http://stackoverflow.com/questions/26656342/uiwebview-random-crash-at-uiviewanimationstate-release-message-sent-to-deallo

你可能感兴趣的:(UIWebview iOS8.1 Crash问题。)