How to add delay to touch events just like the UIScrollView does
How to add delay to touch events just like the UIScrollView does?
I want to check move events before passing the touch events to subviews?
Th开发者_JAVA百科e UIScrollView could do this, scrolling the subviews before click on them.
But I don't want to scroll the content. I want to filter the events and pass move events to certain subview.
精彩评论