Accessing methods across classes
Hi,
I have several methods in a class called viewController and I have some IBActions (for buttons) in another class that I want to call the respective methods from the viewController class.
How might I be able to do that?
Thanks,
Stephen
|