NSTableview not loading
- by Matt S.
I have an NSTableView that is inside an NSView. The whole view is being controlled by a class that has a superclass of NSObject. I send some data over to that class from another one, however, the tableview isn't refreshing, even with [myTable reloadData]
The table's delegates and all that fancy stuff is connected to that NSObject class.