0

How do i add a tab bar controller to a view Controller without adding it to the navigation bar?

I would like a Page that will flip though information but still have the navigation bar at the bottom

so i have a navigation controller hooked up to five viewControllers with a swipe gesture but after you swipe from the first page i lose the bar tab. I would like to add it to the others to navigate back faster

thank you

jww
  • 97,681
  • 90
  • 411
  • 885
  • http://stackoverflow.com/questions/8215533/storyboard-hiding-top-bar-of-navigation-controller-programmatically – Arbitur Jan 06 '15 at 19:25
  • I figured this out when you show to a new View Contoller attach a segue from the back button to a this function in your new Viewcontoller @IBAction func Dismiss(sender: AnyObject) { self.dismissViewControllerAnimated(true, completion: nil) } – John Sullivan Jan 27 '15 at 19:59

0 Answers0