Turns ASScrollDirection into Option set in preparation for supporting 2-axis collection view layouts. Clears test host target warnings.

This commit is contained in:
Rene Cacheaux
2015-06-20 18:25:48 -05:00
parent c271462b16
commit a7f7620b8c
7 changed files with 40 additions and 24 deletions

View File

@@ -30,7 +30,7 @@
*
* @see [ASRangeControllerDelegate rangeControllerVisibleNodeIndexPaths:]
*/
- (void)visibleNodeIndexPathsDidChangeWithScrollDirection:(enum ASScrollDirection)scrollDirection;
- (void)visibleNodeIndexPathsDidChangeWithScrollDirection:(ASScrollDirection)scrollDirection;
/**
* Add the sized node for `indexPath` as a subview of `contentView`.