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