Why this program does not run without nib file?

2009-07-14 Thread Agha Khan
Hi: you may download DigiClock http://appsamuck.com/day28.html I just wanted to remove MainWindow.xib from the project. so go to the info.plist and remove MainWindow.xib go to the main.m and replace this line int retVal = UIApplicationMain(argc, argv, nil, @DigiClockAppDelegate); go to

Re: Why this program does not run without nib file?

2009-07-14 Thread Agha Khan
Got it. No error in the code. Just add one more line of code self.view = viewController.view; Thank everyone. Best regards Agha On Jul 14, 2009, at 7:23 PM, Agha Khan wrote: Hi: you may download DigiClock http://appsamuck.com/day28.html I just wanted to remove MainWindow.xib from the