The default function I have is different from yours, I have
- (BOOL)application:(UIApplicati on *)application didFinishLaunchingWithOptions: (NSDictionary *)launchOptions { // Override point for customization after application launch [window makeKeyAndVisible]; return YES;
}
how can i solve this?