我有一个以下列方式启动的NSFetchedResultsController:NSEntityDescription*myEntity=[NSEntityDescriptionentityForName:@"MyEntity"inManagedObjectContext:managedObjectContext];NSFetchRequest*fetchRequest=[[NSFetchRequestalloc]init];[fetchRequestsetEntity:myEntity];[fetchRequestsetFetchBatchSize:10];[fetchRequests