iPhone模拟器可以检测滑动手势吗?
我对 UISwipeGestureRecognizer 类有疑问
iPhone 模拟器能否检测到 UISwipeGestureRecognizer?
请告诉我你的答案
I have a question with UISwipeGestureRecognizer class
Can the iPhone simiulator detect the UISwipeGestureRecognizer?
Kindly let me know your answers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据 文档,是的。
According to the documentation, yes.
是的,它可以识别除多点触控之外的所有手势(您只有一个鼠标光标,对吧?)。
一个例外是捏合手势,如果您按下 ALT 键并移动鼠标,您会看到两个点,这就是捏合手势。
Yes, it can recognize all gestures but multitouch ones (you have only one mouse cursor, right?).
An exception is the pinch gesture, if you press the ALT key and move your mouse you will see two dots, that's for pinch gestures.