I'm trying to change my nav bar's title programmatically but the code I'm using won't work.
self.navigationController.navigationBar.tintColor = [UIColor redColor];
self.navigationController.navigationItem.title=@"Hello";
I can manage to change the colour of the bar but not the text.
self.navigationController.navigationBar.topItem.title = @"YourTitle";
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