In terms of an iphone 4s+, could someone list everything that could be monitored/recorded/sensed for a touch to the screen? We know that the time the touch began, ended, and the exact coordinates of the touch can be captured, but are there things in addition to this? For example, is it possible to estimate the size of the finger creating the touch event, such as in Android's getSize method in MotionEvent?

有帮助吗?

解决方案

This is everything that is available in a UITouch event:

https://developer.apple.com/library/ios/documentation/uikit/reference/UITouch_Class/Reference/Reference.html

No width of touch, sorry.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top