gpt4 book ai didi

ios - UIAlertController 的按钮在单击时更改其颜色。怎么解决? - swift

转载 作者:行者123 更新时间:2023-11-28 06:57:13 25 4
gpt4 key购买 nike

我有一个带有 tintColor 橙色的 UIAlertController,但每次我单击 Button 时它都会将颜色更改为蓝色(我猜是 native 颜色)。我该如何解决?

let orange: UIColor = UIColor(red: 232.0/255, green: 121.0/255, blue: 23.0/255, alpha: 1.0)

let alert = UIAlertController(title: "Welcome!", message: "", preferredStyle: UIAlertControllerStyle.Alert)
alert.view.tintColor = orange
alert.addAction(UIAlertAction(title: "Done", style: UIAlertActionStyle.Default, handler: nil))
self.presentViewController(alert, animated: true, completion: nil)

最佳答案

这是 iOS 9.0 中的 Bug,参见 apple Community bug reports , 可能是它在 iOS 9.1

上修复了

有关其他引用,请参阅此 link

关于ios - UIAlertController 的按钮在单击时更改其颜色。怎么解决? - swift ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33152175/

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