Unable to load UIView with initWithNibName in Apple SDK 3.1.3
- by James Foster
I am trying to load my UIViewController and corresponding UIView programmatically in the AppDelegate class. I have the following in the applicationDidFinishLaunchingMethod of the AppDelegate class:
(void)applicationDidFinishLaunching:(UIApplication *)application {
NSLog(@"--- AppDelegate applicationDidFinishLaunching Start");
// Override point…