我们正在使用
更改Obj-C中的工具栏按钮项目标题颜色DataTable
但是在使用Swift时我无法改变。
答案 0 :(得分:4)
你可以在swift中这样做:
_anyToolbarButton.setTitleTextAttributes([NSForegroundColorAttributeName: UIColor.lightGrayColor()], forState: .Normal)
答案 1 :(得分:0)
toolbar.tintColor = UIColor.red