Possible Duplicate:
How to show back button on the RootViewController of the UINavigationController?
I'm currently working on an app using storyboards (supporting IOS 5.1-6). My rootViewController is a UIViewController. When displaying new content I'm loading different UIViewControllers modally using segue's. On one particular view I want to load a UINavigationController with a ToolBar at the bottom so I can go back to my UIViewController by tapping the back button.
I'm a bit confused because on the NavigationController I cannot dismiss the current NavigationController because of no back button. If I add a back button I won't see it because the NavigationController is on the top of the stack?
Can someone point my in the right direction or provide some insight here on how to dismiss this NavigationController since it was called modally?
As always, thanks in advance for the help!
Thanks!
