Hey,
I have my AppDelegate, which on start up runs my MainWindow.xib creating a mainWindowViewController. That view controller goes on to present a modal view controller, which has an instance variable I need to access upon the termination of my application (to save state). How on earth do I go about referencing this object?
Cheers,
-Ross
I have my AppDelegate, which on start up runs my MainWindow.xib creating a mainWindowViewController. That view controller goes on to present a modal view controller, which has an instance variable I need to access upon the termination of my application (to save state). How on earth do I go about referencing this object?
Cheers,
-Ross