I’ve been reading the NSMatrix document and it seems interesting. I’m not sure how to get it in the window. Do I use a table view? Do I have to do something like:
I can’t find matrix in Xcode’s Object Library.
Edited: btw, I think I know how to allocate and init. Just how to get the matrix to the window?
Edited: in the back of my mind, I’m thinking that someone showed a similar example to me but I can’t remember. Maybe it was the menu example.
Edited: I think I found it. I need to use an NSBox?
Edited: now I think I might need to make a NSView instead. Getting confused.
to create an NSMatrix object programmatically use one of the methods beginning with initWithFrame.
to create an NSMatrix object in IB connect it to a property like other UI elements