Sorry for the another newbie question.
I tried to get the back button text value in viewDidLoad but it always displays null when I navigate through controllers.
NSLog(@"-----------> %@ ", self.navigationItem.backBarButtonItem.title);
How to get the back button text value?