gpt4 book ai didi

ios - 如何在 Swift 中将按钮图像设置为 nil?

转载 作者:搜寻专家 更新时间:2023-10-31 23:02:37 24 4
gpt4 key购买 nike

当我尝试将我的图像设置为 nil 时,在我想重置我的游戏的重置按钮中 Xcode 显示此错误:

Could not cast value of type 'UIView' (0x106c26e88) to 'UIButton' (0x106c2cf68).

这是我的代码:

    var button : UIButton
for var i = 0; i < 9; i++ {

button = self.view.viewWithTag(i) as! UIButton

button.setImage(nil, forState: .Normal)
}

最佳答案

最好的方法是将文件路径的内容设置为空或无效

let image = UIImage(contentsOfFile: "")

关于ios - 如何在 Swift 中将按钮图像设置为 nil?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31830411/

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