一个将单元格对齐到中心的 UICollectionViewLayout 实现。
pod 'CollectionViewCenteredFlowLayout'
只需通过 Interface Builder 将 CollectionViewCenteredFlowLayout 设置为你的 collection view 的布局对象。
CollectionViewCenteredFlowLayout 是 UICollectionViewFlowLayout 的一个子类,因此你的 collection view 代理可以使用 UICollectionViewDelegateFlowLayout 的所有代理方法。
CollectionViewCenteredFlowLayout 在 MIT 许可下发布。