Hi, I am using Cocoa famework with Obj C.
I have a NSTableView control in my panel. I want to have a delegate or some method which will check for the contents of the table view, when empty it should close the panel. I know how to close the panel. But I am searching for some delegate which will check the nil entries in the table view.
(I am using some other nib controllers array controller to add/delete entries in panel's table view.)
I have a NSTableView control in my panel. I want to have a delegate or some method which will check for the contents of the table view, when empty it should close the panel. I know how to close the panel. But I am searching for some delegate which will check the nil entries in the table view.
(I am using some other nib controllers array controller to add/delete entries in panel's table view.)