How to change background color of a whole section in UICollectionView?

后端 未结 10 952
暗喜
暗喜 2020-12-13 18:21

In UICollectionView, I want to give the whole section a uniform background color, instead of for a single cell or for the whole collection view.

I don\'t see any de

10条回答
  •  心在旅途
    2020-12-13 19:00

    The idea is to override UICollectionViewLayoutAttributes to add a color attribute. And then override UICollectionReusableView apply the color to the view background.

    https://github.com/strawberrycode/SCSectionBackground

提交回复
热议问题