0

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.

Lars -
  • 501
  • 1
  • 10
  • 27

1 Answers1

3

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

-[UINavigationbar titleTextAttributes]

Community
  • 1
  • 1
Ilanchezhian
  • 17,426
  • 1
  • 53
  • 55