On iOS7 the NavigationBars are semitransparent. Now the WebView can be seen through the navigationbar. Perhaps `scrollView.contentInset = UIEdgeInsetsMake(64, 0, 0, 0);` can do it?
On iOS7 the NavigationBars are semitransparent. Now the WebView can be seen through the navigationbar.
Perhaps
scrollView.contentInset = UIEdgeInsetsMake(64, 0, 0, 0);can do it?