I am having an issue when im using navigation controller.
My program is laid out where I have a start screen (not in the navigation controller) and then when you press a button it sends you to the navigationController and new view.
Is there a way to get back out of the navigation controller back to that home screen using a back button.
OR
if i included the start screen as the root for the navigation controller is there a way to hide the top bar in the view.
The reason i didn’t include the start screen originally is because I didn’t want the navigation bar on the screen.
Thanks.
For hide the
UINavigationBarthen use bellow line inviewWillAppear:method of your start screen viewController..OR
AND you can go back to previous view and also home screen or parent view with bellow code…