gpt4 book ai didi

ios - 所选 UIButton 上的奇怪 tintColor

转载 作者:行者123 更新时间:2023-11-28 08:20:58 26 4
gpt4 key购买 nike

如果我的 UIbutton 被选中:

     let image = UIImage(named: "photo-camera")?.imageWithRenderingMode(.AlwaysTemplate)
btnPhoto.setImage(image, forState: .Normal)
btnPhoto.tintColor = UIColor.orange()

如果我的 UIbutton 被选中:

    let image = UIImage(named: "photo-camera")?.imageWithRenderingMode(.AlwaysTemplate)
btnPhoto.setImage(image, forState: .Normal)
btnPhoto.tintColor = UIColor.grayColor()

现在,我的问题是:当未选择 UIButton 时,一切都显示正常: enter image description hereInstead when the UIButton is selected that is the result: enter image description here

色调颜色不会改变图像,但会改变背景。我不明白为什么。

最佳答案

在初始化按钮时(无论是通过 Storyboard还是以编程方式),将类型设置为 Custom 而不是 System

关于ios - 所选 UIButton 上的奇怪 tintColor,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41304815/

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