Using the Utility Application template, I'm now trying to setup controls on the flipside that control the app on the mainview.
I figured out that I needed to create more instance variables in the FlipsideViewController and I think I need a variable for the control and another to store the value(instead of using the control values directly per the Design pattern recommendation). I think this will adhere to the Model-View-Controller design pattern.
How do I access these variables in this MainView?
I've tried flipsideViewController.var with no luck. I also added "import FlipsideViewController.h" in MainViewController.
Any ideas?
I figured out that I needed to create more instance variables in the FlipsideViewController and I think I need a variable for the control and another to store the value(instead of using the control values directly per the Design pattern recommendation). I think this will adhere to the Model-View-Controller design pattern.
How do I access these variables in this MainView?
I've tried flipsideViewController.var with no luck. I also added "import FlipsideViewController.h" in MainViewController.
Any ideas?