I am fairly new to Objective-C and have been doing some iPhone programming.
Is it possible to look up the value of a variable in a different class?
Basically what I am doing is running a function that exists in my application delegate from a view controller, but the application delegate needs to use a variable stored in the view controller from which the application delegate function was called. Does it make sense?