NSTableview not loading

Posted by Matt S. on Stack Overflow See other posts from Stack Overflow or by Matt S.
Published on 2010-06-17T23:00:25Z Indexed on 2010/06/17 23:03 UTC
Read the original article Hit count: 285

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about nstableview

Related posts about nsobject