Guest User

Untitled

a guest
Jan 17th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. CRHViewController *nextViewController = [[CRHViewController alloc]init];
  2. [self presentModalViewController:nextViewController animated:NO];
  3.  
  4. UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"yourStoryboardName" bundle:nil];
  5. [storyboard instantiateViewControllerWithIdentifier:@"myIdentifier"];
Add Comment
Please, Sign In to add comment