I have a navigation controller with a root view controller for which i have the customised titleView instead of normal title for the navigation item.
If i pushed a new controller in it , the default back button title is "back", Since i have used custome titleView.
I want it to be different. I tried by setting the title in backbaritem of the root view controller, but no use.
I can create a bar button item in my pushed controller and i can set it as leftbar item, But i want it like a normal back button. [Pointing towards backward]
- Is it possible to set title for the back button , if i have a custom titleView ?
- Is it possible to create a bar button item as like as default back button.[Pointing towards back , other than plain,border...etc] ?
Regards, Balaji R.