I made a fresh view-based app project which has a MyProjectViewController.xib. Then I created AnotherViewController class with an acomanying XIB file. I opened MyProjectViewController.xib up in IB and dropped a "View Controller" object into my window. But now I want to hook the view of that view controllers up with the view of MyProjectViewController.xib. I see no way of doing that in IB. Must I do that programmatically?
The thing is, AnotherViewController will be created with an XIB right? I think I must hook it up somehow otherwise it's "lost in space". Hope you know what I mean...