导航栏的使用

   
//设置导航栏标题颜色
self.title = @"通讯录"; UIColor *color = [UIColor orangeColor]; NSDictionary *dic = [NSDictionary dictionaryWithObject:color forKey:NSForegroundColorAttributeName]; self.navigationController.navigationBar.titleTextAttributes = dic;
posted @ 2015-12-12 21:51  努力去做  阅读(108)  评论(0)    收藏  举报