Просто сделайте что-то вроде следующего, когда выбран сегмент:
yourFetchedResultsController.sortDescriptors = // whatever
[NSFetchedResultsController deleteCacheWithName:yourFetchedResultsController.cacheName]; // if necessary
[yourFetchedResultsController performFetch:&error];
[yourTableView reloadData];