ELCVFlowLayout icon indicating copy to clipboard operation
ELCVFlowLayout copied to clipboard

UICollectionView横向滑动,UICollectionViewCell横向排列

Results 2 ELCVFlowLayout issues
Sort by recently updated
recently updated
newest added

horizontalLayout.minimumLineSpacing = 20; horizontalLayout.minimumInteritemSpacing = 40; horizontalLayout.sectionInset = UIEdgeInsetsMake(10, 10, 10, 10); 没有效果了

hello 兄台, 为什么 在里面写了一个刷新 就不行了呢? 不信 你试试你的demo - (void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath { NSLog(@"section %ld row --- %ld",indexPath.section, indexPath.row); [collectionView reloadData]; }