Is there a way when I touch the point which out of tableview frame,invoke tableview delegate function -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
?
I've tried override superview of tableview's -(UIView *)hitTest:(CGPoint)point withEvent:(UIEvent *)event
and change the point and let the event continue pass to the tableview and tableview's subviews.Just scroll event work but click event.
Here is a demo project