Refresh NSFetchedResultsController data?
问题 I can create new managed objects inside my app, in a separate view I have a table view which shows all the objects I have. When I create a new managed object (in a totally separate view), I am sending out a notification which is trying to get my table view to reload with the new data which includes the new object i just made. I'm not editing the table view. There is only one managed context. I can't grasp what I am doing wrong. If I close the app and relaunch my new object is in the table