关于navigationController的总结

来源:互联网 发布:破解电脑红蜘蛛软件 编辑:程序博客网 时间:2024/06/06 03:14
1.设置navigationBar标题颜色
NSDictionary *attributes = [NSDictionary dictionaryWithObjectsAndKeys: [UIColor redColor],                                NSForegroundColorAttributeName, nil]; [self.navigationController.navigationBar setTitleTextAttributes:attributes];
0 0
原创粉丝点击