How to bind the NSMutableArray to ArrayController through xib
问题 I am new to Cocoa . I am displaying a simple Tableview populated with NSMutableArray which is bound to the NSArrayController as follows [_arrController bind:@"contentArray" toObject:self withKeyPath:@"dataArray" options:nil]; Here _arrController is the IBoutlet to my NSArrayController and dataArray is my NSmutableArray with the data. I am successful in populating the Tableview when I do the binding programatically. However I am not able to achieve the same binding through the Interface