gpt4 book ai didi

ios7 - 如何在 iOS7 中更改 UIAlertView 的按钮文本颜色?

转载 作者:行者123 更新时间:2023-12-03 12:36:59 26 4
gpt4 key购买 nike

iOS7 引入了通用的 tint-color。我认为 UIAlertView也在有效范围内,但实际上 tintColor 看起来不适用于 UIAlertView . (用于可点击的按钮文本颜色)

是否可以更改警报 View 的色调?如果可能,如何改变它?

最佳答案

不幸的是,您无法自定义警报 View 的外观,也无法更改按钮文本颜色。

UIAlertView Class Reference中明确提到:

The UIAlertView class is intended to be used as-is and does not support subclassing. The view hierarchy for this class is private and must not be modified.



更新:

问题是关于 iOS7,但现在 UIAlertView已弃用,用于 UIAlertController您可以简单地更改 View 色调颜色:
    let alert = UIAlertController(title: "Gimme a break",
message: "For God sake its iOS7 question!",
preferredStyle: .alert)
alert.view.tintColor = UIColor.red

检查这个问题也很有帮助: How to change UIAlertController button text colour in iOS9?

关于ios7 - 如何在 iOS7 中更改 UIAlertView 的按钮文本颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19193367/

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