Understanding CoreData
Understanding CoreData
- Subject: Understanding CoreData
- From: Jean Cencig <email@hidden>
- Date: Sat, 5 Feb 2011 18:45:12 -0500
Hi,
New to Cocoa, I have a simple CoreData document based test project with:
- a subclass of the NSArrayController,
- an entity with one string attribute and the corresponding subclass
of NSManagedObject,
- a window with Add and Remove buttons and the TableView.
It fully works, I try to understand how, but I am lost. The NSlog
messages placed in the overridden init methods of the subclassed
NSArrayController and NSManagedObject never show in the Debugger
Console, but the NSLog in the NSArrayController newObject method
does. How can they work without being inited?
Thanks
Jean
_______________________________________________
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