Hi Folks,
I'd like to insert image and text in the same cell in NSTableview, and the images are different in the different rows. What I know is to use a delegate method
-(void)tableView: WillDisplayCell: forTableColumn: row:
{
}
But I've no idea how I should implement the method. Would anyone help me please. I'm really new in Cocoa, so your detailed explanation is very helpful to me.
Thanks
I'd like to insert image and text in the same cell in NSTableview, and the images are different in the different rows. What I know is to use a delegate method
-(void)tableView: WillDisplayCell: forTableColumn: row:
{
}
But I've no idea how I should implement the method. Would anyone help me please. I'm really new in Cocoa, so your detailed explanation is very helpful to me.
Thanks