gpt4 book ai didi

ios - 在 CalloutAccessoryView 中更改 UIButton 的文本颜色

转载 作者:行者123 更新时间:2023-11-28 09:07:28 24 4
gpt4 key购买 nike

我使用此代码在我的 CalloutView 中创建一个 UIButton

var button  = UIButton.buttonWithType(UIButtonType.System) as! UIButton
button.frame = CGRectMake(100, 100, 100, 50)
button.backgroundColor = UIColor.redColor()
button.setTitle("No", forState: UIControlState.Normal)
button.addTarget(self, action: "Action:", forControlEvents: UIControlEvents.TouchUpInside)
anView.rightCalloutAccessoryView = button

如何更改 UIButton 的文本颜色?

最佳答案

您可以更改 UIButton 的标题/文本颜色像这样:

button.setTitleColor(UIColor.blackColor(), forState: UIControlState.Normal)

关于ios - 在 CalloutAccessoryView 中更改 UIButton 的文本颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30442061/

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