This is a total noob question.
I have a starting view -- it's very simple: just some text and a button. When the user clicks the button, I want to go to the real "meat" of the application, which is a Navigation/Table View. How do I connect the button on the IntroViewController
to a transition to the RootViewController
? I don't want to make the IntroViewController
a full Navigation controller and push
the new view because that lets the user go back. I'm looking for some combination of code snippets and Interface Builder instructions.