Skip navigation.
 
mlRefreshing an NSTableView with an NSMutableArray dataSource
FROM : Simon Wolf
DATE : Mon May 26 20:30:20 2008

I know this is a horrible newbie question but I am hoping that someone 
can simply confirm that I'm not missing something. Am I correct in 
assuming that the only way to reflect changes made to an 
NSMutableArray in an NSTableView which is using the array as a 
dataSource is by using reloadData?

Please note that this is all being done via delegates and not by 
Bindings and I am doing the challenge at the end of chapter 6 of 
Aaron's book (3rd edition).

Many thanks.

Simon

Related mailsAuthorDate
mlRefreshing an NSTableView with an NSMutableArray dataSource Simon Wolf May 26, 20:30
mlRe: Refreshing an NSTableView with an NSMutableArray dataSource Hamish Allan May 26, 20:52
mlRe: Refreshing an NSTableView with an NSMutableArray dataSource Simon Wolf May 26, 21:56