ASCollectionView batch API

This commit is contained in:
Ryan Nystrom
2015-02-07 16:10:20 -05:00
parent 09ade3dd00
commit 1f8001a104
6 changed files with 116 additions and 7 deletions

View File

@@ -64,7 +64,7 @@
- (instancetype)initWithFrame:(CGRect)frame style:(UITableViewStyle)style asyncDataFetching:(BOOL)asyncDataFetchingEnabled;
/**
* The number of screens left to scroll before the delegate -tableView:shouldBeginBatchFetchingWithContext: is called.
* The number of screens left to scroll before the delegate -tableView:beginBatchFetchingWithContext: is called.
*
* Defaults to one screenful.
*/