给self.navigationItem.rightBarButtonItem设置字体颜色
摘要:
1 NSDictionary *dic = [NSDictionary dictionaryWithObject:[UIColor redColor] forKey:NSForegroundColorAttributeName]; 2 [self.navigationItem.rightBarButtonItem setTitleTextAttributes:dic forState:UIC... 阅读全文
posted @ 2017-03-20 10:35 codemaker313 阅读(168) 评论(0) 推荐(0) 编辑