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
I haven't tried this out yet, but it looks to me that you need to use decoration views if you want a background behind your cells (like the shelf in the Books app). I think you should be able to have different views for each section, and set them up using the delegate method layoutAttributesForDecorationViewOfKind:atIndexPath:.