Pass through touches to portion of UIWebView

Posted by cannyboy on Stack Overflow See other posts from Stack Overflow or by cannyboy
Published on 2012-04-05T08:58:31Z Indexed on 2012/04/08 23:29 UTC
Read the original article Hit count: 248

Filed under:
|
|

I have a UIWebView. Using something like this:

http://blog.evandavey.com/2009/02/how-to-make-uiwebview-transparent.html

.. I have made the UIWebView transparent. I now need to be able to pass though touches on the webview to the view below, but only on a rectangular portion of the web view.

So, imagine the webview is a square, and it has a square area in the centre which must pass-thru touches to the view below.

Is there a way to do this?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about ios