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
2010-08-25 15:36:18
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
2010-08-25 15:39:23