Batch fetch with small data sets

This commit is contained in:
Ryan Nystrom
2015-02-26 15:40:06 -08:00
parent 8d7fe334e2
commit c657411a2e
6 changed files with 37 additions and 18 deletions

View File

@@ -89,7 +89,7 @@
// unlock the data source to enable data source updating.
}
- (void)collectionView:(UICollectionView *)collectionView beginBatchFetchingWithContext:(ASBatchContext *)context
- (void)collectionView:(UICollectionView *)collectionView willBeginBatchFetchWithContext:(ASBatchContext *)context
{
NSLog(@"fetch additional content");
[context completeBatchFetching:YES];