Hi All, I want to have a on top of uiwebview, which will scroll out of view as I scroll webview downward. The problem is I am not able to raise/handle the button touchupinside event from the viewcontroller. My guess is webview is eating the event. How can I make the button raise events? One solution is to have a subview containing the button and then have this and the webview inside a scrollview. However this has its own problems and more so because my webpage has expandable sections inside it. I am currently adding the button as subview inside documentview of the uiwebview, so it scrolls out of view.
Any help in this regard will be appreciated. Thanks.