Guest User

Untitled

a guest
Jun 13th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. UINavigationController *navigationController = [[UINavigationController alloc] init];
  2. AddSerialController *serialController = [[AddSerialController alloc] initWithNibName:@"AddSerial" bundle:nil];
  3. [navigationController pushViewController:serialController animated:NO];
  4.  
  5. [self.parentViewController presentModalViewController:navigationController animated:YES];
  6.  
  7. [serialController release];
  8. [navigationController release];
Add Comment
Please, Sign In to add comment