> On 18 Jul 2015, at 14:37, Nick wrote:
>
>
> here. Could you suggest me what am i doing wrong?
> Thanks
>
>
> if([[tableColumn identifier] isEqualToString:@"FirstColumn"]) {
>
> NSTableCellView *tableCellView = [tableView makeViewWithIdentifier:
> @"FirstColumnCellView" owner:tableV
Hello
I am trying to debug a problem in NSTableView but i can't figure out what
is the cause.
Basically I have a View-based NSTableView (the view is NSTextView), and I
would like to be able to add and remove rows to the table using buttons,
and also allow the user to edit the textview that is a cel