I get a black screen whenever my application launches. There is no error message, and I installed my main nib file in the .plist file. Here is my code.
Appdelegate.h
AppDelegate.m
#import "AppDelegate.h" #import "LoginController.h" @implementation AppDelegate @synthesize window=_window; @synthesize viewController=_viewController; - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
Thanks in advance. I am new to iPhone development.
source share