xcode iPad模拟器多点触控输入?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4633908/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
iPad simulator multitouch input?
提问by nassos
Does the iPad simulator support multitouch input (3 or more fingers)?
iPad 模拟器是否支持多点触控输入(3 个或更多手指)?
回答by lxt
Not on a default setup (you can do two fingers by holding down opt/shift, but not three). There are some third party tools that will let you do this (http://www.vimov.com/isimulate/).
不是默认设置(按住 opt/shift 可以用两根手指,但不能用三根手指)。有一些第三方工具可以让您执行此操作 (http://www.vimov.com/isimulate/)。
As a general rule, you should be testing on hardware where possible, because there are some pretty big differences between simulator and device.
作为一般规则,您应该尽可能在硬件上进行测试,因为模拟器和设备之间存在一些相当大的差异。