Skip to content

Release v0.2.0

Latest
Compare
Choose a tag to compare
@klundberg klundberg released this 23 Jan 06:03
· 40 commits to master since this release
  • Added support for headers and footers, via the headerReferenceSize and footerReferenceSize properties.
    • Headers and footers behave similarly to UICollectionViewFlowLayout. In vertical mode, only the height of the reference size is considered. In horizontal mode, only the width is considered.
    • Headers/footers are inset by the sectionInset, and are separated from the cells by the line spacing.