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.
我正在创建我的应用程序,在创建项目期间我没有指定“使用核心数据”。我现在想在我的应用程序中使用“CORE DATA”,如果我手动添加就足够了吗?主要区别是什么?或者我应该从头开始我的项目吗?
您也可以将它添加到您的项目中,当您只想添加与之相关的框架和委托方法coredata以添加到您的AppDelegate文件中时,它会正常工作。稍后您可以创建一个新文件,如xcdatamodaltype. 希望能帮助到你。
coredata
AppDelegate
xcdatamodal
您也可以稍后添加它。只需创建另一个项目,这次使用核心数据,然后从那里复制行为(xcdatamodel,来自 AppDelegate 的代码)。