futuredapp / CellKit

Table View and Collection View data source wrapper
MIT License
10 stars 4 forks source link

Collection view supplementary views #26

Closed mkj-is closed 5 years ago

mkj-is commented 5 years ago

Implements #25.

Currently headers and footers are supported only for table views, even though sections contain them for use in collections too.

Required changes:

  • Update reuse identifier storage for lazy registration.
  • Implement view for supplementary kind method in abstract data source.

Next step would be updating the collection reusable view template.

mkj-is commented 5 years ago

Also implements #24.

Initializer for empty data sources was added too.