I have a (horizontal) collection-view, and I change its size via auto layout constraints. However, when the collection-view's size changes, the cell remains the same static size.
To demonstrate, here's the collection-view in the view debugger (I've labeled both the collectionview and one of its cells):
As you can see, the cell remains the original size and is now actually taller than its encasing collection-view.
So how can I constrain the cell to always fit within its collection-view?