How to pass variables in options.nib to myOtherController?
- by Tony
Hi,
I have a typical app with some settings in my options.nib. I can choose to turn on or off for the slideshow in options.nib. But how do I pass this variable to myOtherController? What is the typical method to solve this problem?