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?
Use
self.navigationController.navigationBar.backItem.title :)!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With