Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 0636ec4

Browse files
committed
Merge pull request #1021 from facebook/revert-1008-bridge-uitableviewcell-pointinside
Revert "[ASCellNode] Forward pointInside to node implementation from UITableViewCell."
2 parents 5a7772a + 50c97b2 commit 0636ec4

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

AsyncDisplayKit/ASTableView.mm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ - (void)setHighlighted:(BOOL)highlighted animated:(BOOL)animated
7676
_node.highlighted = highlighted;
7777
}
7878

79-
- (BOOL)pointInside:(CGPoint)point withEvent:(UIEvent *)event
80-
{
81-
return [_node pointInside:point withEvent:event];
82-
}
83-
8479
@end
8580

8681
#pragma mark -

0 commit comments

Comments
 (0)