Core Data and reading a data file
Core Data and reading a data file
- Subject: Core Data and reading a data file
- From: Paul Johnson <email@hidden>
- Date: Thu, 6 May 2010 17:02:46 -0500
I have two programs. The first one (Setup) creates a file that the
second one (Main) reads to initialize an array.
I want to use the Data Modeler and Core Data.
Setup is a Core Data Command Line Tool while Main is a Cocoa
document-based application that also uses Core Data.
In Main's applicationDidFinishLaunching: I want to initialize an array
by reading the .mom and .sqlite file from Main's Resource folder.
Can I still use Interface Builder to define the bindings in this case
or must I do it all programmatically?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden