On 29 November 2016 at 10:39, Esteban Lorenzano <[email protected]> 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
