How do you update the layout in a collection view controller that's in a split view controller when it expands to fullscreen? I size the cells based on the width of the view but the layout isn't updating when the collection view changes size in the split view controller.
Update layout in collection view in split view controller
Hi,
what layout do you use?
If you use a custom layout you need to override
shouldInvalidateLayoutForBoundsChange:Dirk
This doesn't get called when the collection view is inside a split view controller.