NSFetchedResultsController: changing predicate not working?
- by icerelic
Hi, I'm writing an app with two tables on one screen. The left table is a list of folders and the right table shows a list of files. When tapped on a row on the left, the right table will display the files belonging to that folder.
I'm using Core Data for storage. When the selection of folder changes, the fetch predicate of the right table's…