I am using tab bar controller as main and following way-
UITabbarController
-> UINavigationController
-> UITableViewController
(with 5 tab bar & uncheck show navigation bar & made UIView
with mail box image as button then click ) -> ViewController
(with 5 tab bar & without back button )
I want to get back button as first tab bar title name like < Home
Please let me know the programmatic or structure way.
Thanks
Try to hide titleView label
self.navigationItem.titleView = UIView()
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