I want to refetch data from my NSFetchedResultsController using a different predicate which is set using a boolean value. How do I refresh NSFetchedResultsController to fetc
Don't forget to set fetchedResultsController = nil before performFetch. Otherwise it will use the old one.