Status bar detects taps only when the UIWebView is scrolled down a bit
问题 I have a UIWebView as the root view of a UINavigationController . When a webpage finishes to load, I hide the navigation bar, and I'm looking for a way to show it back. Right now, I'm trying to do that when the user taps the status bar (this approach looks to me more complicated than what I want). In order to accomplish this, firstly I get the scrollView of the webView: for (id subview in mainWebView.subviews) { if ([[subview class] isSubclassOfClass: [UIScrollView class]]) { ((UIScrollView *