gpt4 book ai didi

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

转载 作者:可可西里 更新时间:2023-11-01 00:52:30 25 4
gpt4 key购买 nike

我们在 Obj-C 中使用

更改工具栏按钮项目标题颜色
    [_anyToolbarButton setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys: [UIColor lightGrayColor], NSForegroundColorAttributeName,nil] forState:UIControlStateNormal];

但在使用 Swift 时我无法更改。

最佳答案

你可以快速地这样做:

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

关于swift - 如何使用 Swift 更改工具栏按钮项目标题颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32344663/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com