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?