I\'m having a random UIWebView crash using iOS8.1 and UIWebView, using an iPhone5. In my tests the crash doesn\'t
UIWebView
If you are not using animations you can avoid this bug by disabling Animations. Put this in your controller init method:
[UIView setAnimationsEnabled:NO];