dlains / Titlz

First edition book collecting app for iOS.
0 stars 0 forks source link

Fix the quick indexes to include full a-z index and magnifying glass icon. #1

Closed dlains closed 12 years ago

dlains commented 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.

dlains commented 12 years ago

Look at Core Data for iOS book page 80 for an example of subclassing NSFetchedResultsController to provide different index title information.