Adding scroll visibility

This commit is contained in:
Max Gu
2016-02-18 18:00:37 -08:00
parent 205feef58c
commit 75eab1db07
4 changed files with 29 additions and 1 deletions

View File

@@ -134,6 +134,12 @@
[(_ASDisplayView *)self.view __forwardTouchesCancelled:touches withEvent:event];
}
- (void)updateScrollSituationWithScrollVIew:(UIScrollView *)scrollView
{
// TODO(Max): Fix the cellFrame here
[self.layoutDelegate scrollViewDidScroll:scrollView cellFrameInScrollView:CGRectZero];
}
@end