很好的教程或适合在 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
Good tutorials or good for using Core.Data in IOS 7
提问by cdub
回答by samir
The best tutorials and documentation are the Apple's one :).
最好的教程和文档是 Apple 的 :)。
Core Data resource :
核心数据资源:
Core Data complete documentation
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 提供便利的库。