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

@@ -148,7 +148,7 @@ static NSString * const kCellReuseIdentifier = @"_ASTableViewCell";
{
_layoutController = [[ASFlowLayoutController alloc] initWithScrollOption:ASFlowLayoutDirectionVertical];
_rangeController = [[ASRangeControllerBeta alloc] init];
_rangeController = [[ASRangeController alloc] init];
_rangeController.layoutController = _layoutController;
_rangeController.dataSource = self;
_rangeController.delegate = self;