gpt4 book ai didi

ios - 快速设置 UIAlertView 按钮的颜色

转载 作者:搜寻专家 更新时间:2023-11-01 06:46:06 26 4
gpt4 key购买 nike

我是一名新的 swift 程序员,我需要更改 UIAlertView 按钮的颜色。例如,我想将它的 UIColor 更改为黄色。你能帮帮我吗?

最佳答案

您可以像这样更改tintColor:

alert.view.tintColor = UIColor.blackColor()

但是自定义 UIAlertView 是 Apple 不赞成的。

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.

UIAlertView Class Reference

alternatives虽然。

关于ios - 快速设置 UIAlertView 按钮的颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30737983/

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