Using this method to hide the status bar:
[[UIApplication sharedApplication] setStatusBarHidden:YES animated:YES];
When setting \"hidden\"
You can use the following code to have the UIWebView ignore scrollToTop without the extra UIScrollView:
UIWebView
scrollToTop
UIScrollView
((UIScrollView *)[[webView valueForKey:@"_internal"] valueForKey:@"scroller"]).scrollsToTop = NO;