Closed dlains closed 12 years ago
This is probably going to require subclassing the NSFetchedResultsController and overriding the sectionIndexTitles property. Search the iOS documentation for examples on how to handle this.
sectionIndexTitles
Look at Core Data for iOS book page 80 for an example of subclassing NSFetchedResultsController to provide different index title information.
This is probably going to require subclassing the NSFetchedResultsController and overriding the
sectionIndexTitles
property. Search the iOS documentation for examples on how to handle this.