Response Time for UIButton

I developed a test for iPod / iPhone (with MonoTouch support, if so) that measures reaction time. But I need to consider the time between touching the screen and actually triggering the button event. Are there any documents about this?

+3
source share
2 answers

It is almost impossible to get a predictable interrupt delay in real-time operating systems.

But on the iPhone? IMHO impossible. A capacitive touch screen is not optimal for obtaining results that are the same for each body and location. And if mail.app decides to poll emails, then the moment you touch the screen, there will be a big delay.

, , .

, iPhone. , - , , 0,01 . 0,381829191 , , .

?

+1

.

: , , touchUpInside, touchesDownInside, touchesUpInside , .

0
source

All Articles