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
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