Claiming touches in a content view of UIScrollView
I've a situation where I have touches being passed to my content view, but then the scroll view appears to take over and prevents the touches working as expected in the content view.
I have delayed touches set to yes on the scroll view, as otherwise the scrollview doesn't work.
I'm sure I've read somewhere that the content can claim the touches, but I can't figure out how.
What I want to achieve is that when the scrollview has passed the first touch to the content view, it doesn't do anything else with that touch, as the content view will manage it. Once the touch completes, then the scrollview can take over again.
Any ideas?
|