Re: NSTableView Sends Null Column to Delegate/DataSource
Re: NSTableView Sends Null Column to Delegate/DataSource
- Subject: Re: NSTableView Sends Null Column to Delegate/DataSource
- From: John Terranova <email@hidden>
- Date: Fri, 13 Jul 2012 23:44:27 -0500
A nil tableColumn means to treat the whole row as one wide column, rather than the individual columns. It is useful for section headers. The docs for the applicable methods should explain the nil tableColumn.
john
Sent from my iPhone
On Jul 13, 2012, at 11:21 PM, Keary Suska <email@hidden> wrote:
> I am having a strange issue I haven't encountered before--for all of my data source and delegate methods the table view is sending nil for the table column, which obviously prevents me from fulfilling any of the requests. Has anyone seen this?
>
> Xcode 4, targeting 10.6.
>
> TIA,
>
> Keary Suska
> Esoteritech, Inc.
> "Demystifying technology for your home or business"
>
>
> _______________________________________________
>
> 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
_______________________________________________
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