更改工具栏的色调颜色

时间:2012-07-26 08:54:22

标签: iphone ios interface toolbar tint

我想更改工具栏中按钮的色调。

我见过this question,但我不知道如何访问工具栏对象......

2 个答案:

答案 0 :(得分:3)

self.navigationController.navigationBar.tintColor = [UIColor colorWithRed:0.83 green:0.43 blue:0.57 alpha:0.5];

考虑到你在viewcontroller中编写这行代码......

答案 1 :(得分:0)

我发现这个Tint UIButton and UIBarButtonItem希望有所帮助!