UICollectionView 居中 Flow Layout

一个将单元格对齐到中心的 UICollectionViewLayout 实现。

使用 CocoaPods 安装

pod 'CollectionViewCenteredFlowLayout'

用法

只需通过 Interface Builder 将 CollectionViewCenteredFlowLayout 设置为你的 collection view 的布局对象。

CollectionViewCenteredFlowLayoutUICollectionViewFlowLayout 的一个子类,因此你的 collection view 代理可以使用 UICollectionViewDelegateFlowLayout 的所有代理方法。

许可

CollectionViewCenteredFlowLayoutMIT 许可下发布。