Advertisement
Guest User

Untitled

a guest
Sep 20th, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ImageViewController *imageView = [self.storyboard instantiateViewControllerWithIdentifier:@"ImageViewController"];
  2.  
  3.     UINavigationController *rootNavigationController = self.tabBarController.viewControllers[0];
  4.    
  5.     [rootNavigationController pushViewController: imageView animated:YES];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement