How can I center rows in UICollectionView?

前端 未结 9 1605
囚心锁ツ
囚心锁ツ 2021-02-02 06:24

I have a UICollectionView with random cells. Is there any method that allows me to center rows?

This is how it looks by default:

[ x x x x         


        
9条回答
  •  心在旅途
    2021-02-02 07:23

    I had to do something like this, but needed all the cells in the one section. It was pretty simple to extend UICollectionViewFlowLayout to center cells. I made a pod:

    https://github.com/keighl/KTCenterFlowLayout

    enter image description here

提交回复
热议问题