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?

link|improve this question

50% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.