Re: Adding new Core Data objects through a form
Re: Adding new Core Data objects through a form
- Subject: Re: Adding new Core Data objects through a form
- From: Martin Cote <email@hidden>
- Date: Wed, 28 Oct 2009 09:26:56 -0400
> Martin, you should also have a look at how it's done in Apple's
> DepartmentAndEmployees sample project.
>
> http://developer.apple.com/mac/library/samplecode/DepartmentAndEmployees/listing13.html
Yes, I looked into this one. Actually, this sample is what made me
realize that you could bind managed object directly in the GUI.
That said, the situation in this sample project is quite different.
When they add an object, they actually add an empty object in an array
controller. The user can then "fill" the object by editing its
properties in the table view.
In my case, I want to create the object only when its properties are
properly set in the GUI.
I guess I'll have to follow Kyle's indication!
Regards,
Martin Cote
_______________________________________________
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