Is there any method in objective-c to find the time between touch began and touch ended??
|
feedback
|
| |||
|
feedback
|
|
Each UITouch has it's own time/date stamp. Compare the ones you're interested in. Take a looke at the UIResponder class ref. Aside- SO needs to update their code or release an iPhone app. Typing into their javascriptoided out text fields with an iPhone is almost comical. | ||||
|
feedback
|
|
In your | |||
feedback
|