【发布时间】:2013-11-10 23:06:23
【问题描述】:
来自 Apple 文档
滑动是一种离散的手势,因此每个手势只发送一次相关的动作消息。
-(void)touchesEnded:(NSSet *)touches withEvent:(UIEvent*)event
当我使用 UISwipeGestureRecognizer 时也不会被调用
如何检测用户何时抬起手指?
【问题讨论】:
-
Detect when the finger lifts after a UISwipeGesture[Recognizer] 的可能副本。你想要这个问题的不被接受的答案。
标签: ios iphone objective-c uigesturerecognizer