Use UICollectionView and NSFetchedResultsController doesn't save
问题 I'm using a project find on github that lets me use NSFetchedResultsController and UICollectionView , the project is this in my project i have a Core Data with two Entity, Element and Document , there is a relationship one to many between Element and Document , so an Element can have more Document , but a Document can have only one Element , then i do this in the AppDelegate : - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { self