Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - (void)applicationDidBecomeActive:(UIApplication *)application
- {
- PLCFirstScreen *theNewViewController = [[PLCFirstScreen alloc]initWithNibName:@"PLCFirstScreenView" bundle:nil];
- if(theNewViewController)
- self.window.rootViewController = theNewViewController;
- }
Advertisement
Add Comment
Please, Sign In to add comment