Re: Adding a new row to NSTableView dynamically using bindings
Re: Adding a new row to NSTableView dynamically using bindings
- Subject: Re: Adding a new row to NSTableView dynamically using bindings
- From: mmalc crawford <email@hidden>
- Date: Sun, 22 Jul 2007 10:57:38 -0700
On Jul 22, 2007, at 8:14 AM, vibhatha v wrote:
Class newObjClass=[resultList entityClass];
ISTModelBase *newObj=[[newObjClass alloc] init];
[...]
myTableView is the tableview and resultList is the entity set.
Is newObjClass a subclass of NSManagedObject?
<http://developer.apple.com/documentation/Cocoa/Conceptual/CoreData/Articles/cdCreateMOs.html
>
mmalc
_______________________________________________
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