I am making an App in iOS and it is using a segue
that requires a navigation controller
.
After the segue
takes place I do not want the navigation controller
to show.
In other words, I do not want there to be a back button. How do I do this?
You can use this for hiding navigation controller from any particular view controller,
[self.navigationController setNavigationBarHidden:YES];
self.navigationItem.hidesBackButton = YES; //for hiding back button
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With