I have created a custom class of NSObject, and I would like to access some instance variables from my main View Controller to that custom class, how do you do that?
EDIT: Perhaps I was unclear in my first formulation. It is the instance variables from the ViewController class I would like to access, not the ivars from my custom class.