tags:

views:

159

answers:

0

I have a UIScrollView that has another UIView inside it. The inner UIView handles touchesBegan/Moved/Ended, and is expected to do things based on that when the view is fully zoomed out in the scroll view, and this works just fine UNTIL I allow the UIScrollView to zoom the content. Once I do this, and allow it to scroll around the content inside the UIView, my inner UIView never receives those events again, even if I zoom all the way out and disable scrolling on my UIScrollView. Is there some switch I need to set to fix this?