DiffableDataSources
DiffableDataSources copied to clipboard
Added sectionIdentifier(for:) method for data sources
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
@ra1028 what is the status of this PR and the project in general, do you accept PR's with fixes and additions?
@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.