Reputation: 3341
My app holds a full screen UIWebView. A touch on the UIWebView on should fade in/out a ToolBar. But this fade in/out should only happen when tapping on non interactive elements or items.
What would be the best way to achieve this?
Upvotes: 1
Views: 1746
Reputation: 2586
See this question's answer: Does UIGestureRecognizer work on a UIWebView?
Upvotes: 1