DiffableDataSources icon indicating copy to clipboard operation
DiffableDataSources copied to clipboard

Added sectionIdentifier(for:) method for data sources

Open absoftware opened this issue 4 years ago • 2 comments

Checklist

  • [YES] All tests are passed.
  • [YES] Added tests.
  • [YES] Documented the code using Xcode markup.
  • [YES] Searched existing pull requests for ensure not duplicated.

Description

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

Related Issue

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

absoftware avatar Dec 07 '20 12:12 absoftware

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

teameh avatar Oct 13 '21 07:10 teameh

@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.

absoftware avatar Oct 14 '21 08:10 absoftware