Advertisement
Guest User

Untitled

a guest
Sep 5th, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. func tabBarController(tabBarController: UITabBarController, shouldSelectViewController viewController: UIViewController) -> Bool {
  2.  
  3. let switchViewController = self.storyboard?.instantiateViewControllerWithIdentifier("SwitchViewController")
  4. self.presentViewController(switchViewController, animated: true, completion: nil)
  5. return false
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement