Add tuning params method forwards to ASCollectionNode

This commit is contained in:
Levi McCallum
2015-12-21 09:01:19 -06:00
parent 2bb7fc43f5
commit ad4db73b95
4 changed files with 30 additions and 7 deletions

View File

@@ -49,11 +49,6 @@
[self setTuningParameters:renderParams forRangeType:ASLayoutRangeTypeRender];
}
- (void)setTuningParameters:(ASRangeTuningParameters)tuningParameters forRangeType:(ASLayoutRangeType)rangeType
{
[self.view setTuningParameters:tuningParameters forRangeType:rangeType];
}
#pragma mark - ASCollectionViewDataSource
- (ASCellNode *)collectionView:(ASCollectionView *)collectionView nodeForItemAtIndexPath:(NSIndexPath *)indexPath