Is it possible to change the default text font and color in NavBar?
It seems to be Helvetica something by default.
I use
self.title = @"Countries";
to set the text.
You can create your own UILabel
and add that as subview to titleView
of the navigation bar.
For more info, check this SO question.
Edit: FYI, new in iOS5.0 you can easily customize the navigation bar with