导航栏的使用
//设置导航栏标题颜色
self.title = @"通讯录";
UIColor *color = [UIColor orangeColor];
NSDictionary *dic = [NSDictionary dictionaryWithObject:color forKey:NSForegroundColorAttributeName];
self.navigationController.navigationBar.titleTextAttributes = dic;

浙公网安备 33010602011771号