Called by the table view to return the data object associated with the specified row and column.https://developer.apple.com/reference/appkit/nstableviewdatasource/1533674-tableview
On 29 November 2016 at 10:39, Esteban Lorenzano <estebanlm@gmail.com> wrote:not true.��it returns an NSView.Could you name a method (send a link to a documentation) that is implemented by DataSource and returns an NSView?According to documentation NSView for an item at row/column index is created and returned by NSTableView:I didn't find any NSView related method in DataSource. Am I looking in a wrong place?Cheers,Alex