TouchDown, TouchUpInside, TouchUpOutside, TouchCancel What is the Sequence of the Events?

Viewed 10746

Amonst the Following four methods what is the sequence of the method calls...

1.. TouchDown 2.. TouchUpInside 3.. TouchUpOutside 4.. TouchCancel

I can figure out touchupinside and touchupoutside... but what about touchdown and touchinside... also touchupoutside and touchcancel..

for touchdown and touchinside... is it depends on threads on which it runs... because i have faced some problems with this events in my app... and sometimes it happens that they are called randomly...

can anyone explain for touchdown and touchupinside...?????/

1 Answers
Related