I have a webview which is scrolling as desired underneath a navigation bar.
However, when I first load the controller, the page loaded in the webview is scrolled so that
use the below
CGRect applicationFrame = [[UIScreen mainScreen] applicationFrame]; CGFloat navHeight = self.navigationController.navigationBar.frame.size.height; applicationFrame.origin.y = navHeight + 4; webView = [[UIWebView alloc] initWithFrame:applicationFrame];