如何使用Swift更改工具栏按钮项目标题颜色

时间:2015-09-02 04:30:01

标签: swift colors toolbar title

我们正在使用

更改Obj-C中的工具栏按钮项目标题颜色
DataTable

但是在使用Swift时我无法改变。

2 个答案:

答案 0 :(得分:4)

你可以在swift中这样做:

_anyToolbarButton.setTitleTextAttributes([NSForegroundColorAttributeName: UIColor.lightGrayColor()], forState: .Normal)

答案 1 :(得分:0)

toolbar.tintColor = UIColor.red