Re: Help needed with saving Core Data app data
Re: Help needed with saving Core Data app data
- Subject: Re: Help needed with saving Core Data app data
- From: Yevgeniy Goldberg <email@hidden>
- Date: Fri, 2 Mar 2007 21:21:42 -0600
If I create my application as regular instead of document-base will I
still have the benefits of data store persistency and SQLite3 as a
back-end?
On Mar 2, 2007, at 9:16 PM, I. Savant wrote:
On Mar 2, 2007, at 9:45 PM, Yevgeniy Goldberg wrote:
I'm done with this tutorial, but I'm still missing the point:
My application does not need to create any new documents.
It needs to open an existing document upon startup and allow user
to make changes to it without being asked for a file name to save
changes to.
What am I missing?
So your application is not document-based but a regular
application (that is, it's more like AddressBook and iCal - it
simply manages a data store)?
In that case, you get all of that behavior 'for free' by creating
a project in XCode using the "Data Cocoa Application" project
template. Have you done this? If so, you should publish the code
you've changed (that which differs from the template) because
something you've changed has broken it.
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden