[self.navigationController.navigationBar setTitleTextAttributes: @{NSFontAttributeName:[UIFont systemFontOfSize:19], NSForegroundColorAttributeName:[UIColor whiteColor]}];
设置导航标题颜色和大小
原文:http://www.cnblogs.com/Bo-tree/p/5161301.html