I have a cocoa application. With two NIB/XIB files, one of them is the main (first) window that opens. The second NIB/XIB has some extra windows there.
How do I, for example, in objective c link one NIB button to another?
I know this is a very simple question, but I just can't find the answer.