标签: ios objective-c uicollectionview flowlayout
我有一个动态填充的UICollectionView,可以在最后一行包含任意数量的单元格。所有细胞都要保存在一个部分中。我想把最后一行居中,所以布局看起来像下面的那样。
UICollectionView
是否可以使用minimumInteritemSpacingForSectionAtIndex和insetForSectionAtIndex方法实现这一目标?或者我是否需要覆盖流程布局?
minimumInteritemSpacingForSectionAtIndex
insetForSectionAtIndex