self.navigationController.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName : [UIColor whiteColor], NSForegroundColorAttributeName : [UIFont boldSystemFontOfSize:18]};
self.navigationItem.title = @"设置";
原文:http://blog.csdn.net/jichunw/article/details/44595441