Programmatic removal of an object..
Programmatic removal of an object..
- Subject: Programmatic removal of an object..
- From: R T <email@hidden>
- Date: Tue, 12 Aug 2008 22:40:07 -0700 (PDT)
Using Core Data, my xcdatamodel has 1 entity (NSManagedObject) with 10 attributes. I need to add and remove the objects programmatically (not by buttons). I have...
IBOutlet NSArrayController *ParamsNResults;
IBOutlet NSTableView *ParamsNResultsTableView;
...and have created an object in the tableview with...
[ParamsNResults newObject];
...but I can not remove it.
my questions:
1. Have I created the object correctly/completely?
2. How do I remove the object?
3. Can I remove all the objects at once?
Thanks
Rick Tschudin
email@hidden
been able to put objects into
Removing all the objects at once is the first thing I need to do
_______________________________________________
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