2017年3月20日

给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 阅读(167) 评论(0) 推荐(0) 编辑

导航