I have a UIWebView
which inside a UIScrollView
(scrollview contain another component)
I tried to enable multitouch both on Interfac
OK, you need to do both the above, but also the following. I had a web view in the main view, and that didn't work.
in your view controller, drag the scroll view delegate to the view controller in Interface Builder, and implement the viewForZoomingInScrollView
method. This must return the pointer to the UIScrollView (return myScrollView).