NSFetchedResultsController and getting the grouping right
问题 I have the following problem. I have a UITableview that is powered by an NSFetchedResultsController. It should display let's say a projects, folders and files. There is no bigger hierarchy than that. So a project has several folders and those have several files. Now my table view should display those files, grouped by folders. So i thought my fetch requests' predicate would simply be: [NSPredicate predicateWithFormat:@"folder.project = %@", self.project]; I would then use MagicalRecord to