Skip to content

NSTableViewDelegate

Ken Harris edited this page May 29, 2020 · 1 revision

If your data source changes such that your table goes from >0 rows to 0 rows, the table's selectedRow will change from whatever it was to -1, but tableViewSelectionDidChange will not be fired. You have to find some other way to observe that yourself separately (perhaps hooking in to your data source).

Clone this wiki locally