What is the precision of the UITouch timestamp in iOS?
问题 How precise is the timestamp property of the UITouch class in iOS? Milliseconds? Tens of milliseconds? I'm comparing an iPad's internal measurements with a custom touch detection circuit taped on the screen, and there is quite a bit of variability between the two (standard deviation ~ 15ms). I've seen it suggested that the timestamp is discretized according to the frame refresh interval, but the distribution I'm getting looks continuous. 回答1: Prior to the iPad Air 2, the touch detection