0

after trying many things and searching for all the related questions and not being able to fix the issue. this is the current situation in the storyboard: storyboard image

the top bar of the home tableviewcontroller does not show up even though in the login and signup view controllers it does. the segues from those view controllers are triggered programatically in the actions triggered by button clicks. even when setting the top bar to be opaque/translucent and not inferred it still wouldn't show up.

---- update -----

tried adding navigation controller: added navigation controller

it doesn't even perform the segue now... because the initialisation in the prepare for segue is preparing a different destination view controller. tried to make a custom navigation controller class but that made problems as well.

please help!

  • Are you pushing home viewController by using show(e.g. Push) kind of storyboard segue? – dev_binod Mar 31 '16 at 10:14
  • Check your segue relationship to Push or show and check this link...http://stackoverflow.com/questions/5068659/how-do-i-add-a-navigation-bar-to-a-uitableviewcontroller-in-interface-builder – Bhoomi Jagani Mar 31 '16 at 10:20
  • well, I'm using push segue, and actually doesn't see any 'show' option... – Tommy hafner Mar 31 '16 at 10:27
  • @jinal - in the link is written that the tableviewcontroller should be the root view controller of the navigation controller, but in my case i want to start the app on the login controller so i made it the root – Tommy hafner Mar 31 '16 at 10:32
  • can you just check..first embed tablevc in navigation controller and push login to navigation controller..may it will work... – Bhoomi Jagani Mar 31 '16 at 10:57
  • @jinal - tried it... it didn't even perform the segue. – Tommy hafner Mar 31 '16 at 11:23

0 Answers0