I am trying to retrieve a specific NSCell
data from an NSTableView
through [NSTableColumn dataCellForRow]
but every time it shows different value for same row and same column. The data source remains the same at all time. The NSTableView
is bound to an NSArrayController
.Please if anyone can suggest a better way to do it correctly. And I don't want to implement those delegate methods. Let me know if you require more information.
Regards