mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Update ASCellNode visibility API
This commit is contained in:
@@ -179,7 +179,9 @@
|
||||
[(_ASDisplayView *)self.view __forwardTouchesCancelled:touches withEvent:event];
|
||||
}
|
||||
|
||||
- (void)visibleNodeDidScroll:(UIScrollView *)scrollView withCellFrame:(CGRect)cellFrame
|
||||
- (void)cellNodeVisibilityEvent:(ASCellNodeVisibilityEvent)event
|
||||
inScrollView:(UIScrollView *)scrollView
|
||||
withCellFrame:(CGRect)cellFrame
|
||||
{
|
||||
// To be overriden by subclasses
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user