Re: Cocoa-dev Digest, Vol 2, Issue 906
Re: Cocoa-dev Digest, Vol 2, Issue 906
- Subject: Re: Cocoa-dev Digest, Vol 2, Issue 906
- From: Justin Williams <email@hidden>
- Date: Wed, 15 Jun 2005 13:32:39 -0500
On Jun 14, 2005, at 10:03 PM, mmalc wrote:
If you use a custom array controller and provide an outlet to the table view, you could also override addObject:
- (void)addObject:(id)object
{ [super addObject:(id)object]; [tableView editColumn:0 row:[self selectionIndex] withEvent: nil select: YES]; }
That worked great for me. Thanks for the help.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden