tags:

views:

11

answers:

1

I had a view called HomeViewController.xib which I deleted. Now, for some reason that view is still being loaded when the application starts. How can I set a different view to be displayed when the application starts?

A: 

The Nib/Xib file that loads when the application is launched is specified in the Info.plist file, in the NSMainNibFile attribute.

samkass
I cannot edit that file! I think my whole project is messed up! I will create a new project and copy the files there!
azamsharp