collectionview 使用 flow layout时, header的高度, 有方法设置吗?
ringa_lee
- (CGSize)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout referenceSizeForHeaderInSection:(NSInteger)section
Is this it?
Because I am using the default layout, if I use customlayout, I find that I cannot set the header
Use customlayout and implement it yourself
Is this it?
Because I am using the default layout, if I use customlayout, I find that I cannot set the header
Use customlayout and implement it yourself