CollectionViewCenteredFlowLayout icon indicating copy to clipboard operation
CollectionViewCenteredFlowLayout copied to clipboard

A layout for UICollectionView that aligns the cells to the center.

Results 4 CollectionViewCenteredFlowLayout issues
Sort by recently updated
recently updated
newest added

```swift 2022-05-12 10:11:57.983617+0300 Planto[47691:3884672] *** Assertion failure in -[CollectionViewCenteredFlowLayout.CollectionViewCenteredFlowLayout _getSizingInfosWithExistingSizingDictionary:], UICollectionViewFlowLayout.m:1501 2022-05-12 10:11:58.005042+0300 Planto[47691:3884672] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'negative sizes are not supported in the...

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

This was nice and easy to use. I thought I'd pass along my revisions, not that any of it is necessary, mostly it was just my way of working through...

Hi, thanks for the great library by the way. Could you please update the podspec so we can update to 1.0.4 with a simple `pod update CollectionViewCenteredFlowLayout`?