NSCell won't remove from NSTableView

168 views Asked by At

I have an NSTableView filled with custom NSCells. Most include text, but one contains an NSButton. When I reduce the amount of objects in my data source, call -noteNumberOfRowsChanged and -reloadData, all the NSCells with text disappear, but the one with the button stays there.

What additional work do I have to do in order to remove this last NSCell from my table?

0

There are 0 answers