FlowLayout
FlowLayout copied to clipboard
UICollectionViewFlowLayout with alignment modes
- (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  i already using `Bridging-Header.h` for other libraries. so,...