Guest User

Untitled

a guest
Aug 8th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. - (void)applicationDidBecomeActive:(UIApplication *)application
  2. {
  3. PLCFirstScreen *theNewViewController = [[PLCFirstScreen alloc]initWithNibName:@"PLCFirstScreenView" bundle:nil];
  4.  
  5. if(theNewViewController)
  6. self.window.rootViewController = theNewViewController;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment