rwbutler / FlexibleRowHeightGridLayout

A UICollectionView grid layout designed to support Dynamic Type by allowing the height of each row to size to fit content.

Home Page:https://medium.com/@rwbutler/accessible-uicollectionviews-with-dynamic-type-and-self-sizing-cells-b06330c14c4c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Different column count in sections

uzman opened this issue · comments

commented

Hi,
is it possible to show different columns in sections?
I mean 1 column in section 0 and 2 columns in section 1.

thanks.

Not at present - but would be a good enhancement - it should be possible to support this fairly easily.