gpt4 book ai didi

ios - 使用代码 "setImage"设置按钮图像时出现问题

转载 作者:行者123 更新时间:2023-11-28 13:32:05 27 4
gpt4 key购买 nike

enter image description here使用此代码设置按钮图像时出现问题:

button.setImage(#imageLiteral(resourceName: "flight_deselect")**.changeToLightGrayLightTint(), for: .normal)

它在 iPhone 上运行良好,但在 iPad 上崩溃。

请引用这段代码:

func changeButtonState(_ type: ModuleDetails, _ isSelected: Bool, _ button: UIButton) {
switch type {
case .Flight:
if isSelected {
button.setImage(#imageLiteral(resourceName: "flight_select").changeToPrimaryLightTint(), for: .normal)
} else {
button.setImage(#imageLiteral(resourceName: "flight_deselect").changeToLightGrayLightTint(), for: .normal)
}
case .Hotel:
if isSelected {
button.setImage(#imageLiteral(resourceName: "hotel_select").changeToPrimaryLightTint(), for: .normal)
} else {
button.setImage(#imageLiteral(resourceName: "hotel_deselect").changeToLightGrayLightTint(), for: .normal)
}
}
}

崩溃日志

Could not load the "flight_select" image referenced from a nib in the bundle with identifier

最佳答案

检查图像的“设备”字段

enter image description here

关于ios - 使用代码 "setImage"设置按钮图像时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57213610/

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