I have a UIButton behind a UIScrollView. The scroll’s background is transparent and the button is in the lower right corner. So it is visible.
The problem is that the UIButton does not respond to any touch events when it is below the scroll. What would it require to make it respond to touch events in this scenario?
Thank you
Actually you can do this, I have done it on the Mac, had to do with passing down the events. Search online you should be able to find some pointers. I remember it took me a while to solve it a while back.