
How can i hide the back button that is displayed on the view called by PushViewController in my iPhone application. My application is navigation based and whenever i push the view controller it always show back button.

In your ViewDidLoad method just hide the navigation back button as given in the code.
navigationItem.hidesBackButton = YES
Neelam
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.