gpt4 book ai didi

swift - 如何使用 RxCocoa 将图像设置为 UIButton

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

我对 RxSwift 和 RxCocoa 还很陌生。我想使用 RxCocoa 将图像设置为 UIButton。

 settingButton.rx.image(for: .normal).onNext(UIImage.init(named: "closeButton"))

有人知道如何将图像设置为 UIButton 吗?我做得对吗?

最佳答案

我不建议您被动地设置按钮的图像。如果您没有任何特殊原因需要这样做,请按照正常(命令式)方式进行:

settingButton.setImage(UIImage.init(named: "closeButton"), for: .normal)

这里是你如何做 react ,不需要 asObserver 和东西:

button.rx.image().onNext(UIImage.init(named: "closeButton"))

关于swift - 如何使用 RxCocoa 将图像设置为 UIButton,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44829725/

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