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.
如果我将实体添加到 moc 并在该 moc 的文档有机会保存之前对其执行 fetch 请求,我的 fetch 是否会包含新添加的实体?(由于自动保存功能,我不确定如何测试它)
我猜你在UIDocument说“自动保存”时正在使用。如果不是,则没有“自动保存”(除非使用 Apple 模板代码并且应用程序委托在终止前保存)。
UIDocument
includesPendingChanges当您创建提取请求时,您可以使用该属性选择它是否应包含未保存的项目。它默认为 YES,因此默认情况下您将在结果中看到未保存的项目。
includesPendingChanges