Detect cells in NSTableView that become invisible after scrolling

158 Views Asked by At

I want to detect when cells in NSTableView become invisible when the user scrolls. In iOS, the UITableView has a delegate method with signature tableView:didEndDisplayingCell:forRowAtIndexPath, but I could not find anything simular in the delegate methods of NSTableView.

0

There are 0 best solutions below