Stop Single UICollectionView cell Flowing to the centre of the screen

后端 未结 4 1868
名媛妹妹
名媛妹妹 2021-01-11 15:45

I am trying to understand why Collection View keeps centre aligning just the last cell in a collection.
I have created a simple Flow layout based collection view. I am

4条回答
  •  时光取名叫无心
    2021-01-11 16:31

    When the last cell (only) is showing, try view debugging -> capture view hierarchy (ie. assuming you ran in simulator). My hunch: your cell is growing in size once you have only one left

提交回复
热议问题