For example you can implement the UIGestureRecognizer method “locationInView” to determine the touched UI element.
- (CGPoint)locationInView:(UIView *)view
For example you can implement the UIGestureRecognizer method “locationInView” to determine the touched UI element.