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.
就 iphone 4s+ 而言,有人可以列出所有可以被监控/记录/感应到触摸屏幕的东西吗?我们知道触摸开始、结束的时间,以及触摸的准确坐标都可以捕捉到,但除此之外还有什么吗?例如,是否可以估计创建触摸事件的手指的大小,如Android的MotionEvent中的getSize方法?
这是 UITouch 事件中可用的所有内容:
https://developer.apple.com/library/ios/documentation/uikit/reference/UITouch_Class/Reference/Reference.html
没有触摸宽度,对不起。