UICollectionView estimatedItemSize - last cell is not aligned

前端 未结 8 1744
春和景丽
春和景丽 2020-12-29 02:41

I want to make a usual horizontalScrolling flowLayout UICollectionView with estimatedItemSize and preferredLayoutAttributesFittingAttributes in cell. But there is something

8条回答
  •  [愿得一人]
    2020-12-29 03:15

    there is a simple method to resolve this. You can add number of prototype cells to check the cell at required position. Once you find the issue at last cell . Check the cell insets in Inspector window.

提交回复
热议问题