chiahsien/CHTCollectionViewWaterfallLayout

how to set margin to collection view?

jimmyzzzzzzz opened this issue · 3 comments

I can set column spacing for spacing between columns, how can I set leading and trailing space to superview for the first and last column?

Use this: @property (nonatomic, assign) UIEdgeInsets sectionInset; to get that effect.

thanks, this works great!