hide toolbar at bottom of UiWebView when scrolling down
问题 I have the following code that successfully hides the bottom toolbar when NOT at the top of the web view as shown in attached images. (below) What I am trying to do is hide the toolbar completely and then expand the web view to take up the extra space (similar to how Safari does this). Any help would be great! - (void)viewDidLoad { [super viewDidLoad]; if (self.url != nil) { [self.webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:[StoreWebViewController