After finding that having one nib file for everything in my program wasn't exactly the greatest idea I ever had I have a couple of questions as the documentation for mulitple nibs seems to be a bit lacking.
1) If I have a controller in one file (Say MyDocument.nib) how to I access it in another nib file (Say AnotherNibFile.nib).
2) So I don't have (!)'s in my nib (and to make stuff less confusing), I want to have two controllers to go with my two nib files (say MyDocController and AnotherNibFileController) for simplicity), now if MyDocController loads first, I can reference AnotherNibFileController in it, but how would I go back the other way?
1) If I have a controller in one file (Say MyDocument.nib) how to I access it in another nib file (Say AnotherNibFile.nib).
2) So I don't have (!)'s in my nib (and to make stuff less confusing), I want to have two controllers to go with my two nib files (say MyDocController and AnotherNibFileController) for simplicity), now if MyDocController loads first, I can reference AnotherNibFileController in it, but how would I go back the other way?