Recognize Tap on UIImageView inside customized UITableViewCell

For example you can implement the UIGestureRecognizer method “locationInView” to determine the touched UI element.

  • (CGPoint)locationInView:(UIView *)view