Core Data (NSFetchedResultsController) displaying one row per section
- by Urizen
I have a CoreData application which uses NSFetchedResultsController. NSFetchedResultsController is useful in that it allows me to access the fetched objects more easily etc. but I find that I have problems with the following:
I get a crash when I display a single row for each section (irrespective of the number of actual rows present) as a summary…