Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想计算一秒钟内的触摸次数。因此,如果在一秒钟内检测到 3 次触摸,则执行此操作,如果检测到 5 次则执行此操作。我想知道你是否可以在 touchesBegan 中做到这一点。
我要做的就是根据用户触摸屏幕的速度执行不同的方法。
谢谢你的帮助。
我建议您使用 UITapGestureRecognizer 然后根据检测到的数量相应地处理水龙头。它能够检测单个敲击以及放下多少手指。
这是关于它的文档:
http://developer.apple.com/library/ios/#documentation/uikit/reference/UITapGestureRecognizer_Class/Reference/Reference.html