The question is plain easy and simple, the answer unfortunately not.
How can you change the font of the text in the UINavigationBar
?
The above answer works. I would add the following line before the last line. If I don't, it seems the label is center-aligned incorrectly if there is a back button on the left side but no right button.
...
[self.navigationItem.titleView sizeToFit];
[label release]; // not needed if you are using ARC