ra1028 / DiffableDataSources

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

Add missing sectionIndexTitles method for tableviews #29

Closed jdanthinne closed 3 years ago

jdanthinne commented 4 years ago

Checklist

Description

I've added the missing sectionIndexTitles method.

Motivation and Context

I needed sectionIndexTitles to be displayed, but the method was not overridable, so I've added it.

Impact on Existing Code

None.