如何从代码(宽度和高度)更改UICollectionView
布局大小?
(不是细胞大小)。
此图像用于调整高度和宽度:
如何做到这一点需要一些许可。
答案 0 :(得分:0)
参考
的代表Getting the Size of Items
[– collectionView:layout:sizeForItemAtIndexPath:][1]
Getting the Section Spacing
– collectionView:layout:insetForSectionAtIndex:
– collectionView:layout:minimumLineSpacingForSectionAtIndex:
– collectionView:layout:minimumInteritemSpacingForSectionAtIndex:
Getting the Header and Footer Sizes
– collectionView:layout:referenceSizeForHeaderInSection:
– collectionView:layout:referenceSizeForFooterInSection: