Slider value available between different cocoa classes
- by Miguel Bayona
I am playing around with an iPhone app, and need to accomplish something that I am sure is very basic:
I have a slider that is implemented in a Controller.m class. However, I need its value must be available in a different class, MainView.m class where I have defined an equation that depends on the value of the slider. How can I do it??
Thanks,
Miguel Bayona