DiffableDataSources icon indicating copy to clipboard operation
DiffableDataSources copied to clipboard

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

Open hassanazam opened this issue 5 years ago • 1 comments

Checklist

  • [ ] Reviewed the README and documents.
  • [ ] Searched existing issues for ensure not duplicated.

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

  • version:
  • Swift version: Swift 5.0
  • iOS version: iOS 13.6
  • Xcode version: 11.3.1
  • Devices/Simulators: Any
  • CocoaPods/Carthage version: 1.9

hassanazam avatar Sep 21 '20 14:09 hassanazam

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

Omair31 avatar Sep 22 '20 08:09 Omair31