I would like to set a background color for the entire section in a UICollectionView
. I want the area between "Header" and "Footer" to have a different background color than the background color of the UICollectionView
itself.
I made this drawing to clarify what I want. I want something like the green background color inside the red rectangle. Is there a way to set a UIView
behind the cells so I can color this view?