ra1028 / DiffableDataSources

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

How to use section index titles for UITableView? It is not showing up on the UI at all. #31

Open hassanazam opened 3 years ago

hassanazam commented 3 years ago

Checklist

Expected Behavior

Index section titles should show up.

Current Behavior

Index section titles are not showing up. I even inherited the TableViewDataSource<String,Int> and defined the section index title functions but they are not getting triggered.

Detailed Description (Include Screenshots)

Environment

Omair31 commented 3 years ago

https://github.com/ra1028/DiffableDataSources/pull/29/commits/7e96a251d7007abc4bf68b4339d953703cae5ba4 This pull request solves the above issue. Please merge this into master branch. @ra1028