Starting point in learning Core Data on iPhone?

一曲冷凌霜 提交于 2020-01-19 04:05:24

问题


What is the starting point for Core Data in order to get involved quickly? Any useful link, blog or book or other resourse?


回答1:


You might be interested in video of the Core Data class from my Advanced iPhone Development course, which is available for free on iTunes U. I walk through Core Data and how to use it in an iPhone application.

If you log in to the iPhone Developer Program site, you have access to a series of videos for free, among which is the session "Working with Core Data" (in the Advanced Videos section).

For more advanced information, the WWDC 2010 session videos have the sessions 137 "Optimizing Core Data Performance on iPhone OS" and 118 "Mastering Core Data".




回答2:


Besides the Apple documentation, you will find extremely useful the following book:

Core Data, by Marcus Zarra.




回答3:


I did start with Apple's doc which is clear and complete.

http://developer.apple.com/mac/library/documentation/Cocoa/Conceptual/CoreData/cdProgrammingGuide.html

I'm quite sure there is a tutorial over there.

Core Data is not iPhone only, but i-phone specific elements are clearly indicated.




回答4:


Marcus Zarra's book is awesome and I love it, but I got started with More iPhone 3 Development from APress. A few chapters in the book walk through creating a Core-Data based app on the iPhone, and the code is actually pretty usable in further projects.




回答5:


I've been reading through Pro Core Data for iOS which seems to go over the concepts pretty well. It was able to get me up and running with a basic Core Data application pretty quickly. That and looking at the demo projects helped a lot.



来源:https://stackoverflow.com/questions/3164300/starting-point-in-learning-core-data-on-iphone

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!