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

Commit 50c97b2

Browse files
committed
Revert "[ASCellNode] Forward pointInside to node implementation from UITableViewCell."
1 parent 5a7772a commit 50c97b2

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)