gpt4 book ai didi

ios - 更新titleLabel UIButton

转载 作者:行者123 更新时间:2023-12-01 17:22:58 28 4
gpt4 key购买 nike

我有一个带有titleLabel的UIButton,例如:@"Download it!"
我想在下载完成后,用另一个文本更新按钮的titleLabel,例如:@"Already downloaded!"
我可以更改状态(启用或不启用),但无法刷新/更新UIButton的titleLabel。

任何想法如何做到这一点?我尝试了[myButton setNeedsDisplay];,但没有用。

感谢您的建议和帮助。

更新1:
解:

[yourButton setTitle:<#(NSString *)#> forState:<#(UIControlState)#>]

最佳答案

你有试过吗?

[yourButton setTitle:<#(NSString *)#> forState:<#(UIControlState)#>]

关于ios - 更新titleLabel UIButton,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21262823/

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