I'm working in Objective-C and coming across a consistent problem in my program. I have a bunch of NSTableViews, and up until this point, I've always had to "reload" the data constantly in my two functions : numberOfRowsInTableView and the one that fills them with content.I'm working in Objective-C and coming across a