My NSTableCellView is a subclass and stores a pointer to an object. I want to access this pointer, and the only information I got is the row number as NSInteger .
How do I access an NSTableCellView from my tableView with a given row ?
tamasgal
source share