What is the difference between UITouch and UIGestureRecognizer?
This may be a newbie question, but could anyone please explain the differ开发者_Python百科ence between UITouch and UIGestureRecognizer?
UITouch represents a finger.
UIGestureRecognizer is a routine that check if the fingers have performed some special gestures.
精彩评论