このように fetchedResultsController を宣言しました
NSFetchedResultsController *fetchController = [[NSFetchedResultsController alloc]
initWithFetchRequest:fetchRequest managedObjectContext:managedObjectContext
sectionNameKeyPath:@"date" cacheName:nil];
しかし、UISegmentedControl をクリックすると、sectionNameKeyPath を @"title" に変更したいと考えています。
そうする方法を知っていますか?
ありがとう