
Hi, In my application i am calling another view using pushviewcontroller from my root view but ... somehow in the next view uinavigationcontroller back button not showing or missing. i tried all the methods to hide or show the backbarbutton item.
My application is the uinavigation based.
Please suggest.
Thanks in Advance

You need to set the title of UINavigationBar of the root view controller... as the uinavigationbar back button use the title of the previous view as text for the back button and perform action.
Hope this will help!

Hi,
Good post! It saved many hours of mine.
Actually in my application the uinavigationcontroller back button not showing. After reading this post I realized the error and updated the title of UINavigationBar. Then it worked.
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.