Cocoa class not displaying data in NSWindow
Posted
by Matt S.
on Stack Overflow
See other posts from Stack Overflow
or by Matt S.
Published on 2010-05-04T01:07:08Z
Indexed on
2010/05/04
1:08 UTC
Read the original article
Hit count: 281
I have one class that controls one window, and another class that controls a different window in the same xib, however, the second window never displays what it should.
In the first class I alloc and init the second class, then pass some information to it. In the second class it displays that data in the table view.
Yes, in the .xib I have all the connections set up correctly, I've quadruple checked. Also the code is correct, same with the connections, I've quadruple checked.
© Stack Overflow or respective owner