Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
完成更新后我需要触发获取请求控制器。他们有什么方法可以控制这一点。
原因是某些父实体具有称为“图像”的子实体。这用于存储图像。此图像单独下载。
由于这个原因,当获取请求控制器触发(图像下载未完成)时,我无法获取图像。
通过调用 performFetch 请求 fetchedResultsController 重新获取。
NSError *error; [self.fetchedResultsController performFetch:&error];