gpt4 book ai didi

swift - 使用 preferredStyle : . ActionSheet 更改 UIAlertController 中取消按钮的颜色

转载 作者:IT王子 更新时间:2023-10-29 05:23:05 24 4
gpt4 key购买 nike

是否可以将取消按钮的颜色更改为红色,我知道我们可以使用 Destructive 样式

  let cancelActionButton: UIAlertAction = UIAlertAction(title: "Cancel", style: .Destructive) { action -> Void in
print("Cancel")
}

但我想要单独的取消按钮,像这样enter image description here

最佳答案

let cancelAction = UIAlertAction(title: "Cancel", style: .cancel) 
cancelAction.setValue(UIColor.red, forKey: "titleTextColor")

关于swift - 使用 preferredStyle : . ActionSheet 更改 UIAlertController 中取消按钮的颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39268168/

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