gpt4 book ai didi

ios - 如何为 UIButtonTypeCustom 实现 tintcolor 行为

转载 作者:行者123 更新时间:2023-11-28 09:17:14 25 4
gpt4 key购买 nike

我正在使用自定义按钮类型,因为我需要触摸区域是非矩形的,所以我使用了一个名为 OBShapedButton 的类,这是我无耻地在网上找到的。但是,我还想为这些按钮着色以匹配玩家的颜色。

当谈到 UIButtontintcolor 时,Apple's docs

This property has no default effect for buttons with type UIButtonTypeCustom. For custom buttons, you must implement any behavior related to tintColor yourself.

那么我该如何自己实现这种行为呢?

最佳答案

您可以在您的类中使用 UIColor 创建一个颜色数组,然后单独访问它们,您尝试过这种方式吗?

好吧,像这样的例子

UIBarButtonItem.appearance().tintColor = UIColor.yellowColor()

最好你也可以发布你的类(class)代码

关于ios - 如何为 UIButtonTypeCustom 实现 tintcolor 行为,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26997497/

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