A UICollectionViewLayout
implementation that aligns the cells to the center.
pod 'CollectionViewCenteredFlowLayout', :git => 'https://github.com/coeur/CollectionViewCenteredFlowLayout.git'
Simply set CollectionViewCenteredFlowLayout
as the layout object for your collection view either via Interface Builder.
CollectionViewCenteredFlowLayout
is a subclass of UICollectionViewFlowLayout
, so your collection view delegate can use all the delegate methods of UICollectionViewDelegateFlowLayout
.
CollectionViewCenteredFlowLayout
is released under the MIT license.