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