UICollectionView estimatedItemSize – last cell is not aligned

I face a similar issue and the problem was solved by giving a proper minimum inter item spacing, using the delegate methods – minimumInteritemSpacingForSectionAt- of UICollectionViewDelegateFlowLayout.

Leave a Comment