Re: NSTableView update basics
Re: NSTableView update basics
- Subject: Re: NSTableView update basics
- From: Conrad Shultz <email@hidden>
- Date: Thu, 08 Mar 2012 22:31:36 -0800
This doesn't make sense - it will either return 1 or 0. Hence only 1 row appears.
Just return [tableData count].
(Sent from my iPhone.)
--
Conrad Shultz
On Mar 8, 2012, at 21:42, Erik Stainsby <email@hidden> wrote:
> - (NSInteger) numberOfRowsInTableView:(NSTableView *)tableView {
> return [tableData count] || 0;
> }
_______________________________________________
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