ra1028 / DiffableDataSources

💾 A library for backporting UITableView/UICollectionViewDiffableDataSource.
https://ra1028.github.io/DiffableDataSources
Apache License 2.0
849 stars 68 forks source link

Added sectionIdentifier(for:) method for data sources #34

Open absoftware opened 3 years ago

absoftware commented 3 years ago

Checklist

Description

Added method sectionIdentifier(for section: Int) -> SectionIdentifierType for data sources.

Related Issue

https://github.com/ra1028/DiffableDataSources/issues/33

teameh commented 2 years ago

@ra1028 what is the status of this PR and the project in general, do you accept PR's with fixes and additions?

absoftware commented 2 years ago

@teameh Yep, +1 to your question. I still use

  #pod 'DiffableDataSources', '0.4.0'
  pod 'DiffableDataSources', :git => 'https://github.com/absoftware/DiffableDataSources.git', :branch => 'sections'

in my commercial project.