gpt4 book ai didi

ios - Pixate 可以为 UIAlertView 设置样式吗?

转载 作者:行者123 更新时间:2023-11-29 10:56:34 25 4
gpt4 key购买 nike

我试图在 UIAlertView 中设置文本标签的样式,但我无法让它工作。我有一个全局样式,它使所有标签文本都变成黑色,但 UIAlertView 背景是黑色的,所以我想在 Alerts 中将标签设为白色。我的 CSS 是这样的:

label
{
color: black;
}

action-sheet label
{
color: white;
}

第一条规则正确地将所有标签文本设为黑色,但第二条规则没有将其设为白色,因此我的 UIAlertView 不可读。我做错了什么?

最佳答案

我们选择不支持样式化 UIAlertView,因为 Apple 在其文档中禁止这样做,herehere .

使用 label {}button {} 等元素选择器对低级 View 进行样式化可能会顺便对 UIAlertView 进行样式化。我们建议使用更具体的选择器来防止这种情况。

关于ios - Pixate 可以为 UIAlertView 设置样式吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18005334/

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