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-t... Cheers, Alex On 29 November 2016 at 10:44, Aliaksei Syrel <alex.syrel@gmail.com> wrote:
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: https://developer.apple.com/reference/appkit/nstableview/1528831-view
I didn't find any NSView related method in DataSource. Am I looking in a wrong place?
Cheers, Alex