I have a MyCustomView subclassed from NSView designed in a .xib.
I would like to insert this view into some of my other xib\'s round my application. How should
Sounds like you need a container view. But I think you will have to use storyboard for it to be doable in interface builder.