I am very new to iPhone Development so pardon me if this is a novice question. I have an app with a RootController that controls loading the various views. It initially loads a MenuView. The MenuView has a button that when a user clicks I want to open a whole different view (called InfoView) that displays some information about the app and a back button that takes the user back to the MenuView.
Is there a way to call an IBAction function in the RootViewController from the MenuView?
Thanks in advance for the help.