Change default ViewController
Hi,
I'm developing my first app game. My project is a View Based Application named "myapp" and the default view that it loads is myappViewController. This view contain the game screen.
Now I want insert a Menu in my game. I have created a new View Controller named menuViewController (menuViewController.h, menuViewController.m, menuViewController.xib).
I don't know how to change the default View Controller that application load at starts. I want that my application loads the new menuViewController instead of myappViewController, and I don't find information about how do it.
Sorry for my bad english and
thanks in advance!!!
|