Writing an iPhone App that uses the UISlider class.
The Slider returns some value in its method.
I want to use that value in another method...but since that value is a local variable for the slider method, how would I go about doing this?
The keyword "static" doesnt seem to work because the slider value is not constant...
Appreciate the help