Any good guide about iPhone Core Data? [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionI'm looking for some guide, I already looked at it a bit on cocoadev and in a b开发者_开发知识库ook but I didn't find any good guide. I mean those guides were talking about multiple concepts at once so now I only want a simple straightforward guide about how to use it.
Anyone knows any good guide?
Thanks!
Check this one out:
More iPhone 3 Development: Tackling iPhone SDK 3
http://www.amazon.com/More-iPhone-Development-Tackling-Beginning/dp/143022505X
This book and the previous one are excellent. This latest book starts with a very straightforward and detailed tutorial about Core Data spanning several chapters and so far I'm liking it much more than Marcus Zarra's Core Data book.
Marcus Zarra has an excellent Core Data book out from Pragmatic.
I found Apple's Core Data Tutorial for iPhone OS a good starting point.
There is a very good tutorial from iPhone in Action which I find a straightforward guide for Core Data uses.
How Core Data models its data.
How to get data out of Core Data.
How to put data into Core Data.
How to insert data in advance.
etc...
I'd like to suggest a more recent Marcus S. Zarra book about CoreData from Pragmatic - which I prefer more than the one which Gottlieb offered even it named as 2nd edition it's a different writing - with full of excellent tricks and code samples with Zarra's unique and state of art coding style.
My second offer is Pro Core Data for iOS from Privat and Warner from Apress which is again an excellent choice with clear and concise style.
精彩评论