iphone - Can I cancel touch programmatically? -


uiscrollview has canceling mechanism, cancels touch of subviews when detects 'scrolling'.

i wonder if can cancel touch event (which has begun) programmatically.

i have draggable view inside scroll view.
can let draggable view receive touches, i'm wondering how stop receiving touch events when want , give touch events scroll view.

you might want have @ uitapgesturerecogniser class's cancelstouchesinview method


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -