Rename ASRangeControllerBeta to ASRangeController and use exclusively

This commit is contained in:
Michael Schneider
2016-02-07 14:39:01 -08:00
parent 5d474bcb1a
commit 026761c610
6 changed files with 347 additions and 401 deletions

View File

@@ -169,7 +169,7 @@ static NSString * const kCellReuseIdentifier = @"_ASCollectionViewCell";
_layoutController = [[ASCollectionViewLayoutControllerBeta alloc] initWithCollectionView:self];
_rangeController = [[ASRangeControllerBeta alloc] init];
_rangeController = [[ASRangeController alloc] init];
_rangeController.dataSource = self;
_rangeController.delegate = self;
_rangeController.layoutController = _layoutController;