Question : How to change the title of the backbaritem in uinavigationcontroller

in my code, i have this line
[self.navigationItem.backBarButtonItem setTitle:@"back"];
but this doesn't change the title of the back button in uinavigationcontroller when the new controller is pushed.
So how to change the title of the back button?

Answer : How to change the title of the backbaritem in uinavigationcontroller

The question is where you have this code. It should be in the previous controller - it is the back button.
A longer answer is here:
Trapping the UINavigationBar Back Button
http://osmorphis.blogspot.com/2009/03/trapping-uinavigationbar-back-button.html

If you need here is iOS Reference Library about the updating of the navigation bar:
http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UINavigationController_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006934-CH3-SW25
Random Solutions  
 
programming4us programming4us