JHCollectionViewFlowLayout
JHCollectionViewFlowLayout copied to clipboard
能拓展一下支持内边距这属性吗?谢谢
你说的内边距是指 item 之间的距离?
是的,就是collectionView 自带属性 edgeInsets
你说的是这个?
@property(nonatomic) UIEdgeInsets contentInset;
UICollectionViewFlowLayout 的 sectionInset 这个属性
已更新 请下载Demo
好的,谢谢