klundberg / KRLCollectionViewGridLayout

A UICollectionViewLayout that specifies item size and location by number of columns.
MIT License
164 stars 23 forks source link

Allow for per-section metrics #2

Closed klundberg closed 9 years ago

klundberg commented 9 years ago

This layout should support the following properties per-section:

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

klundberg commented 9 years ago

Addressed in v0.4.0