I have 2 separate Nib files that I want both to be able to call a third nib file.
The issue Im having is that it creates a separate instance of the third nib file for each and id like just the 1 Window which both can call.
What is the best way to go about fixing this ? Global Variable ?
The issue Im having is that it creates a separate instance of the third nib file for each and id like just the 1 Window which both can call.
What is the best way to go about fixing this ? Global Variable ?