On Mon, Feb 16, 2009 at 7:17 PM, Walker Argendeli <[email protected]> wrote: > (Yes, I'm ignorant about Core Data; I'm fairly new to Cocoa)
If you're new to Cocoa, you might be a bit intimidated by Core Data. To get an idea of what's necessary to use Core Data, read (and re-read, and re-re-read) the Low Level Core Data Tutorial. You can bypass a lot of this stuff if you use the NSPersistentDocument architecture, but since you want to add Core Data support to an existing project, you will probably want to know what's going on. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
