This may be a newbie question, but could anyone please explain the difference between UITouch and UIGestureRecognizer?
+3
A:
UITouch represents a finger.
UIGestureRecognizer is a routine that check if the fingers have performed some special gestures.
KennyTM
2010-08-21 12:02:11