Pass through touches to portion of UIWebView
- by cannyboy
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?