Hey,
I have a a button in one view and and switch in the other. I want to put
Code:
button.hidden = !solutionSlider.on;
in my settingsView class but the button object is declared in the rulesView.h file which is for a different view.
How do I work this. I really can't figure it out.
Thanks