deprecate misleading API for sectionIndexTransformers

This commit is contained in:
John Estropia
2021-02-21 10:17:58 +09:00
parent 8f3a6638d8
commit f2efe175e5
10 changed files with 601 additions and 139 deletions

View File

@@ -191,6 +191,11 @@ extension Internals {
}
return self.sections[section].elements.count
}
func sectionIndexTitles() -> [String] {
return self.sections.compactMap({ $0.indexTitle })
}
// MARK: Private