I have written a custom view class that has two sub views, very similar to NSSplitView. I would like my new class to show up with two sub views when it is used in interface builder. The two subviews can be any NSView, but need to be specified by the developer.
How can I add my class to the Object Library?
How do I specify to IB that my class that it has two required subviews (IBoutlets)?
Thanks in advance, Joe