I got an UIButton inside an UIScrollView. The problem is that the UIButton is not big enough to fill the entire UIScrollView. I'd like to be able to forward the touch events in other areas of the UIScrollView to the UIButton. Here's a screenshot of my app:
http://imageshack.us/photo/my-images/405/img1410.png/
Does anyone knows how to do that?