|
From: | Ivan Vučica |
Subject: | Re: Examples of apps using a list, table, or spreadsheet |
Date: | Mon, 27 Mar 2017 14:00:58 +0100 |
Ivan Vučica wrote:
Implement a datasource for a NSTableView which returns values for table cells. Tell the table view to refresh its contents as required.
Or, use Cocoa Bindings to bind the table view's columns to an NSArrayController's values's subkeys.
I prefer the former approach to the latter.
[Prev in Thread] | Current Thread | [Next in Thread] |