UICollectionView改变iphone的帧大小

时间:2014-08-06 12:26:53

标签: ios uicollectionview cell

如何从代码(宽度和高度)更改UICollectionView布局大小? (不是细胞大小)。 此图像用于调整高度和宽度:

enter image description here

如何做到这一点需要一些许可。

1 个答案:

答案 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: