In the calling controller (meaning, the parent controller where you will push the new controller), add this in viewdidload:
1 2 3 4 |
self.navigationItem.backBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"Custom Back Title" style:UIBarButtonItemStyleBordered target:nil action:nil]; |
http://programming.mvergel.com/2012/11/change-back-button-title-in-ios.html#.UseyJXk9XfM