// 標(biāo)題字體和顏色
NSDictionary *attributes = [NSDictionary dictionaryWithObjectsAndKeys:
[UIColor whiteColor], NSForegroundColorAttributeName,
[UIFont boldSystemFontOfSize:21], NSFontAttributeName,
nil];
[self.navigationController.navigationBar setTitleTextAttributes:attributes];