Slider value available between different cocoa classes

Posted by Miguel Bayona on Stack Overflow See other posts from Stack Overflow or by Miguel Bayona
Published on 2010-04-16T15:30:28Z Indexed on 2010/04/16 15:33 UTC
Read the original article Hit count: 376

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about classes