2

I have two questions:

1- Do i need to have the same UImanagedDocument to enter entities and fetch them, or is it possible to enter and read the data from different objects?

2- Is there any way to confirm that data has been entered to the database? (except for fetching the data)

Thanks!

4

1 回答 1

0

1)您真的想花一些时间处理核心数据本身 -UIManagedDocument只是核心数据堆栈上的一个瘦 API 包装器。这是一本关于该主题的好书,绝对物有所值:核心数据(第 2 版):数据存储和管理...

2)你可以得到一个像Base这样的应用程序并打开persistentStore文件。核心数据如何在数据库中存储内容需要一些破译,但您可以在其中看到它。

再次因为UIManagedDocument严重依赖核心数据,我建议花时间好好学习。核心数据有时具有一些有趣的复杂性。

于 2014-03-28T20:21:12.293 回答