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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can create your own
UILabeland add that as subview totitleViewof 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]