In iOS you can create a title with:
self.navBar.title = @"";
where I set navBar in the header file.
Is there also something for the subTitle / Description?
I found description
when I typed a .
after self.navBar
and thought maybe I could do something with this?
Use the self.navBar.navigationItem.prompt = @"This is the subtitle";
It's from UIKit in the base UINavigationViewController.
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