I have a custom myCustomNSView
class. I have also created a nib file for it. How do i link the two together so that i can instantiate the myCustomNSView class and add it as a subview of some other view? The answer provided by this question is perfect except, I am working with OSX not iOS.
Looking at Apple's documentation i see the following:
How can this be done for OSX?