Re: tableView: objectValueForTableColumn: row: method not getting called
Re: tableView: objectValueForTableColumn: row: method not getting called
- Subject: Re: tableView: objectValueForTableColumn: row: method not getting called
- From: Jens Alfke <email@hidden>
- Date: Thu, 23 Jun 2011 14:34:56 -0700
On Jun 23, 2011, at 2:23 PM, Sandeep Mohan Bhandarkar wrote:
> 3) Did the delegate bindings for the Table
Do you mean that you set up Cocoa bindings? Generally if you use bindings to the table columns, those are used instead of the data source. You wouldn’t want to do both. (Or do you just mean that you wired up the delegate outlet?)
> 4) Implemented numberOfRowsInTableView: (this is getting called);
Does it return a number greater than zero? If not, there will be no rows.
—Jens
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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