In this example I posted earlier:
"My Approach to printing NSTableView"
https://forums.macrumors.com/threads/273153/
I was never able to properly initialize my custom NSBox class. I used Interface Builder to declare an NSBox to belong to the custom class, and the other methods there are called correctly, but not the init or initWithFrame methods, so I had to use an inelegant way of doing it.
Any thoughts as to what I'm doing wrong?
"My Approach to printing NSTableView"
https://forums.macrumors.com/threads/273153/
I was never able to properly initialize my custom NSBox class. I used Interface Builder to declare an NSBox to belong to the custom class, and the other methods there are called correctly, but not the init or initWithFrame methods, so I had to use an inelegant way of doing it.
Any thoughts as to what I'm doing wrong?