I was scratching my head of why the heck does the my tableview does not automatically update its data.
My binding:
NSArrayController = ACIssues
Controller Class = Issue Controller (have NSArray property subviewControllers)
ACIssues has it contentArray binded to subviewControllers’s array in Issue Controller. Somehow, changes made to the array of subviewControllers in Issue Controller does not reflect on [...]
Archive for the ‘Programming’ Category
Array Controller bounded to an Array
Posted in Cocoa, How-to, Programming, XCode on 4 January 2009 | Leave a Comment »