Change NSFetchedResultsController on SegmentedControl change
问题 I've got a UITableView which is filled using a Core Data NSFetchedResultsController . I've now added a UISegmentedControl to the view and when you change the current segment, I'd like the contents of the tableview to change. I've read around online that it would be wise to use two different NSFetchedResultsControllers as then I can benefit from the built-in caching. Only problem is I can't seem to find any sample code for doing this and don't know where to begin. Can anyone explain where to