CollectionViewCenteredFlowLayout icon indicating copy to clipboard operation
CollectionViewCenteredFlowLayout copied to clipboard

Cell width is out of bounds of collection view.

Open haiderTkxel opened this issue 3 years ago • 2 comments

If text is lengthy then cell width is out of bounds of collection view.

haiderTkxel avatar Feb 23 '22 16:02 haiderTkxel

You can set a constraint on the maximum width of your Label @haiderTkxel

Shannon-Yang avatar Jul 14 '23 08:07 Shannon-Yang

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.

Coeur avatar Jul 29 '23 15:07 Coeur