I have a simple splash screen that displays a picture. Over the picture is a button that says "Continue"
I have the button connected to an IBAction in the implementation file for the nib.
When I press that button I want to call "- (void)loadMainMenuScreen" which is located in the RootViewController.m file.
Someone please let me know how to do something like this (it should be simple)!
Also, please be specific. Too often I read responses that tell what needs to be done but are so vague that the person asking the question has to ask how to do the tip being offered.
I have the button connected to an IBAction in the implementation file for the nib.
When I press that button I want to call "- (void)loadMainMenuScreen" which is located in the RootViewController.m file.
Someone please let me know how to do something like this (it should be simple)!
Also, please be specific. Too often I read responses that tell what needs to be done but are so vague that the person asking the question has to ask how to do the tip being offered.