UICollectionView estimatedItemSize - last cell is not aligned

前端 未结 8 1750
春和景丽
春和景丽 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 02:56

    You can consider it a Suggestion. According to me the height of UICollectionView is more than UICollectionViewCell Height, thats why its happening. please make them equal them

提交回复
热议问题