I have an application, for example, “MyApp”, which by default loads the view controller “MyAppViewController” whenever the application starts. Later, I added a new view controller, NewViewControler, to the project.
Now I want the "NewViewController" to be my default view controller, which loads when the application starts.
Please let me know what changes I need to make to my project in order to achieve this.
objective-c iphone uiviewcontroller uiwindow
Nsexplorer
source share