gpt4 book ai didi

swift - 为 UIbutton 选择状态设置图像在 swift 4 中不起作用

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

我的项目中有 swift4,并为选定的按钮状态设置图像。但是,当按钮处于选中状态时,图像不会发生变化。我已经更改了 Storyboard中的图像以及代码,但没有任何效果。

ChkBoxBtn.setImage(UIImage(named: "unCheck"), for: [])
ChkBoxBtn.setImage(UIImage(named: "alertCheck"), for: .selected)

enter image description here

enter image description here

最佳答案

当用户点击按钮时,将调用关联的操作。

在该操作或方法中,您必须更改相关 UIButton 的 .isSelected 属性并将其设置为 true

yourButton.isSelected = true

这将反射(reflect)您在 Storyboard中为 UIButton 的选定状态设置的图像

关于swift - 为 UIbutton 选择状态设置图像在 swift 4 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47441037/

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