i have a void, like -(void) doSomething in a specific controller. i can call it in this controller via [self doSomething], but i don t know how to call this void from another .m file.
I want to call it in a -(IBAction) action:(id)sender
I ve tried using performSelector, but i got a unreconiezd selector send in the log. I ve no idea if i have to use the notification center, or delegate...
Thanks, ronan.