[ASCellNode] Upgrades to ASCellNodeVisibilityEvent to ensure it is always synchronized with visibilityDidChange:

This commit is contained in:
Scott Goodson
2016-03-10 20:21:00 -08:00
parent c2b0670132
commit ff8ffffb7b
5 changed files with 47 additions and 31 deletions

View File

@@ -32,4 +32,9 @@
*/
@property (nonatomic, weak) id<ASCellNodeLayoutDelegate> layoutDelegate;
/*
* Back-pointer to the containing scrollView instance, set only for visible cells. Used for Cell Visibility Event callbacks.
*/
@property (nonatomic, weak) UIScrollView *scrollView;
@end