Clean up interfacing with internal editing/completed stores

This commit is contained in:
Levi McCallum
2015-10-03 15:03:09 -07:00
committed by Levi McCallum
parent 835f9e99ca
commit afda471bd0
6 changed files with 161 additions and 105 deletions

View File

@@ -33,6 +33,7 @@
UICollectionViewFlowLayout *layout = [[UICollectionViewFlowLayout alloc] init];
layout.scrollDirection = UICollectionViewScrollDirectionHorizontal;
layout.headerReferenceSize = CGSizeMake(50.0, 50.0);
_collectionView = [[ASCollectionView alloc] initWithFrame:CGRectZero collectionViewLayout:layout asyncDataFetching:YES];
_collectionView.asyncDataSource = self;