范围:
1、垂直布局:从左往右排item
item的宽度, 最大值必须是 CollectionView的宽度- (section insets左边的边距 + 右边的边距) = 剩下的宽度,否则运行时报错,行为随机表现。
header,footer,宽度就是CollectionView的宽度; 设置的值无效。
image.png2、水平布局:从上往下排item
item的高度, 最大值是 CollectionView的高度 -(section insets上边的边距+ 下边的边距) =剩下的高度, 否则运行时报错,行为随机表现。
header,footer,高度是CollectionView的高度;设置的值无效。
image.png
item
width, height
header size
width, height
footer size
width,height
min spacing
for cells
for lines
section insets
top, bottom, left, right
网友评论