Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

TODO: UITableViewDiffableDataSource doesn't support headers/footers #9

@apptekstudios

Description

@apptekstudios

The current implementation of ASTableView uses UITableViewDiffableDataSource, which for some reason does not allow for providing header/footer views.

Ideal solution:

  • Apple implements this (as they did for UICollectionViewDiffableDataSource)
    → Radar has been filed

Considerations for temporary solutions:

  • Consider subclassing UITableViewDiffableDataSource to implement the methods??
  • Perform diffing using the Swift library and use the old delegate methods

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions