CollectionViewCenteredFlowLayout
CollectionViewCenteredFlowLayout copied to clipboard
Cell width is out of bounds of collection view.
If text is lengthy then cell width is out of bounds of collection view.
You can set a constraint on the maximum width of your Label @haiderTkxel
Unless I'm mistaken, that's not an issue with CollectionViewCenteredFlowLayout
, and you have the same behavior with the native class UICollectionViewFlowLayout
, right?
Otherwise, kindly share a sample project or code that can reproduce the issue, showing that the issue is specific to CollectionViewCenteredFlowLayout
and not UICollectionViewFlowLayout
.
Thanks.