I'm using AutoLayout and have a collectionView that has Paging Enabled. I want each CollectionViewCell to be exactly the width & height of it's CollectionView Container. However, on AutoLayout when I select the CollectionViewCell and try to pin it's edges to the parent (CollectionView) those options are greyed out.
I've set the cell size here, but really I want the cell's width and height to grow/shrink according to the size of the collectionView. The CollectionView has autolayout constraints applied to it.
The Arrange > Position View > Fill Container
looked like it might be what I am looking for, but those options were greyed out too.