Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. - (void)tabBar:(UITabBar *)tabBar didSelectItem:(UITabBarItem *)item {
  2. UINavigationController *foobar = [self.storyboard instantiateViewControllerWithIdentifier:@"foobar"];
  3.  
  4. [self presentViewController:foobar animated:NO completion:nil];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement