Quote:
Originally Posted by Somerset
You're bang on. I thought it was me being thick struggling to make sense of using core data. .
|
You need to work thru the Apple tutorial and build the locations project. I started with photolocations as the basis for my application, once I undertood the data model I started changing and adding entities. After that it got to be really easy.
Of course I use sql on the job a lot, and am no stranger to data modeling. The tools built into xcode are probably medium scale as far as modeling tools go but they get the job done.
Once you understand core data you begin to wonder why it was so painful to learn.
Start with the apple tutorials
Then Read the getting started on core data doc
The conference sample in the pragmatic book is good, but some things don't work quite right on it.
The apple samples to look at are
coredatabooks
photoLocations
taggedLocations
And of course locations