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

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -