Invoke method in another class

Posted by Sam on Stack Overflow See other posts from Stack Overflow or by Sam
Published on 2009-07-27T06:03:20Z Indexed on 2010/04/15 12:03 UTC
Read the original article Hit count: 324

I have two view controllers (viewControllerA and viewControllerB) with their own views. When the user touches a button in the view of viewControllerA, I am able to load the view of the viewControllerB.

However, I don't know how to invoke a method in viewControllerB's class!

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa-touch