Попробуй что-то типа этого в AppDelegate:
[[UINavigationBar appearance] 
setTitleTextAttributes: [NSDictionary dictionaryWithObjectsAndKeys:
[UIColor blackColor], NSForegroundColorAttributeName,
[UIFont fontWithName:@"TimesNewRoman" size:17.0], NSFontAttributeName, nil]];