iPhone UIWebView touch cause Toolbar to appear

Posted by BahaiResearch.com on Stack Overflow See other posts from Stack Overflow or by BahaiResearch.com
Published on 2010-03-13T21:40:58Z Indexed on 2010/03/13 21:45 UTC
Read the original article Hit count: 261

Filed under:
|
|
|

I am trying to have a UI which is a full screen UIWebView. When the view is touched the tool bar appears.

I can do everything but get the touchend event in the UIWebView. I have tried putting a UIColor.Clear'd UIView ontop and catching TouchEnd there and passing it on, but would like a better solution.

I understand that we are not supposed to subclass the UIWebView from the docs.

Ideas?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uiwebview