0

I'm using a tab bar which is connected to 3 viewControllers. What I want to do is when I click the some rows on my main viewController, I want to keep my tab bar for this page.

This is my main viewController on the tab bar:

main view controller on tab bar

When I click on a tableView's row on the left side, I want to keep the tab bar on the other page in its place. I guess I have to do something in the prepare for segue function. What do you guys think?

Tamás Sengel
  • 55,884
  • 29
  • 169
  • 223
jorjj
  • 1,479
  • 4
  • 20
  • 36
  • use this link https://stackoverflow.com/questions/29458948/how-to-use-navigation-controller-inside-of-uitabbarcontroller-with-storyboard-on – BHAVIK Jul 20 '17 at 11:39
  • I tried relationship segue as they told. but I need to pass some datas to my viewController and I can't give segue identifier when I choose relationship segue. – jorjj Jul 20 '17 at 11:54
  • you use tabbar view controller with navigation controller so it's work – BHAVIK Jul 20 '17 at 11:56
  • I don't understand what you are saying. – jorjj Jul 20 '17 at 12:28
  • https://www.raywenderlich.com/113388/storyboards-tutorial-in-ios-9-part-1 use this example – BHAVIK Jul 20 '17 at 12:30

0 Answers0