rahul1485
Results
1
issues of
rahul1485
I put the 10 as minimumInteritemSpacing, but collection view is taking more than 10. My code:- ``` let layout = CHTCollectionViewWaterfallLayout() layout.sectionInset = UIEdgeInsetsMake(0, 10, 0, 10); layout.headerHeight = 250;...