FlowLayout icon indicating copy to clipboard operation
FlowLayout copied to clipboard

UICollectionViewFlowLayout with alignment modes

Results 5 FlowLayout issues
Sort by recently updated
recently updated
newest added

- (void)prepareLayout { [super prepareLayout]; self.cache = [NSCache new]; } crash in here

i find a crash bug when use you class "FlowLayout" on my test iPhone4 which system version is 9.3.5. and i replace "FlowLayout" to "UICollectionViewFlowlayout" ,the crash bug disappear...

the item width must be less than the width of the UICollectionView minus the section insets left and right values, minus the content insets left and right values.

when i dropped this class in my project and build, it throws bellow error ![screen shot 2017-11-29 at 4 15 18 pm](https://user-images.githubusercontent.com/12713108/33371393-9020cab4-d520-11e7-852f-438ba93de80d.png) i already using `Bridging-Header.h` for other libraries. so,...