mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-16 14:06:53 +01:00
deprecate misleading API for sectionIndexTransformers
This commit is contained in:
@@ -191,6 +191,11 @@ extension Internals {
|
||||
}
|
||||
return self.sections[section].elements.count
|
||||
}
|
||||
|
||||
func sectionIndexTitles() -> [String] {
|
||||
|
||||
return self.sections.compactMap({ $0.indexTitle })
|
||||
}
|
||||
|
||||
|
||||
// MARK: Private
|
||||
|
||||
Reference in New Issue
Block a user