iOS: flowlayout do not set pagingEnabled.
This commit is contained in:
parent
df204c97ae
commit
5c089f1b7c
@ -186,7 +186,7 @@ - (UICollectionView *)build {
|
||||
collectionViewLayout:flowLayout]
|
||||
also:^(UICollectionView *it) {
|
||||
it.backgroundColor = [UIColor whiteColor];
|
||||
it.pagingEnabled = YES;
|
||||
it.pagingEnabled = NO;
|
||||
it.delegate = self;
|
||||
it.dataSource = self;
|
||||
[it registerClass:[DoricFlowLayoutViewCell class] forCellWithReuseIdentifier:@"doricCell"];
|
||||
|
Reference in New Issue
Block a user