gpt4 book ai didi

ios - 快速更改联系人添加按钮颜色

转载 作者:行者123 更新时间:2023-11-28 21:41:03 26 4
gpt4 key购买 nike

有人知道如何为带圆圈的 + 登录 ContactAdd 按钮类型提供自定义文本颜色吗?之前我认为带圆圈的 + 是按钮的实际标题,但我错了。

var addButton=UIButton.buttonWithType(UIButtonType.ContactAdd) as UIButton
println("this is the current title \(addButton.currentTitle)") \\gives nil

最佳答案

您可以使用 tint color属性(property)。像这样:

addButton.tintColor = UIColor.blueColor()

关于ios - 快速更改联系人添加按钮颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32044422/

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