klundberg/KRLCollectionViewGridLayout

Allow for per-section metrics

Closed this issue · 1 comments

This layout should support the following properties per-section:

  • numberOfItemsPerLine
  • aspectRatio
  • sectionInset
  • interItemSpacing
  • lineSpacing
  • headerReferenceSize
  • footerReferenceSize

This can be done via a custom delegate or some other method.

Addressed in v0.4.0