/ Published in: Objective C
this code errors for me, reuse at own risk.
Expand |
Embed | Plain Text
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. if (firstRun) { self.window.rootViewController = self.mnhvViewController; } else { self.window.rootViewController = self.settingsViewController; } [self.window makeKeyAndVisible]; return YES; }
You need to login to post a comment.
