Functioning Preload range

Refactor how we do ranges so they can be arbitrarily managed. Introduce the concept of a preload range.
This commit is contained in:
Ryan Nystrom
2015-02-02 18:23:45 -08:00
parent 9c877c51af
commit 4fa03a01d1
27 changed files with 477 additions and 222 deletions

View File

@@ -17,7 +17,7 @@
#import "BlurbNode.h"
#import "KittenNode.h"
static const NSInteger kLitterSize = 20;
static const NSInteger kLitterSize = 200;
@interface ViewController () <ASTableViewDataSource, ASTableViewDelegate>