In MainView.m I have one function -(void)goTell;
I want to be able to call the function from SecondView.m. How do I do this?
I have declared the function in the MainView.h and added #include MainView.h to SecondView.m, but it still doesn't work.
Ethan
I want to be able to call the function from SecondView.m. How do I do this?
I have declared the function in the MainView.h and added #include MainView.h to SecondView.m, but it still doesn't work.
Ethan