很好的教程或适合在 IOS 7 中使用 Core.Data

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/20160935/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-30 22:29:38  来源:igfitidea点击:

Good tutorials or good for using Core.Data in IOS 7

iosobjective-csqlitecore-dataios7

提问by cdub

I have been trying to use this tutorial.

我一直在尝试使用本教程

But I want it to be saved in a thread other than the main thread. So far I cannot get the above tutorial working?

但我希望它保存在主线程以外的线程中。到目前为止,我无法使上述教程起作用?

I have also tried this

我也试过这个

Any ideas?

有任何想法吗?

回答by samir

The best tutorials and documentation are the Apple's one :).

最好的教程和文档是 Apple 的 :)。

Core Data resource :

核心数据资源:

Core Data complete documentation

核心数据完整文档

Core Data Starting Point

核心数据起点

Core Data Tutorial for iOS

iOS 核心数据教程

Core Data Model Editor Help

核心数据模型编辑器帮助

Core Data Snippets

核心数据片段

Videos :

影片 :

See the WWDC sessions, for example the 2013's sessions : 211.(Core Data Performance Optimization and Debugging) and 207. (What's New in Core Data and iCloud)

请参阅 WWDC 会议,例如 2013 年的会议:211.(核心数据性能优化和调试)和 207.(核心数据和 iCloud 的新功能)

Other tutorials : Many tutorials in Core Data here, cocoanetics

其他教程: 这里有很多 Core Data 教程,cocoanetics

And a special one aboute multithreading in Core Data ( how to use multiple context) Core Data Multi-Context

还有一个关于 Core Data 中的多线程的特殊说明(如何使用多上下文)Core Data Multi-Context

Books :

书籍:

Best book about Core Data, in my opinion, the Marcus S. Zarra's book. Core Data book

关于 Core Data 的最佳书籍,在我看来,是 Marcus S. Zarra 的书。 核心数据手册

And also : MagicalRecord, A library that facilities the use and learning Core Data.

还有:MagicalRecord,一个为使用和学习 Core Data 提供便利的库。