I have printed a UITableviewCell\'s gesture in – tableView:didSelectRowAtIndexPath method in NSLog as
UIGestureRecognizer internally maintains an array of targets. There is no public access to this array.
UIGestureRecognizer