gpt4 book ai didi

iphone - 从发件人处获取 UIButton 文本

转载 作者:行者123 更新时间:2023-12-03 18:27:48 25 4
gpt4 key购买 nike

如何获取 UIButton 中的文本

-(IBAction)clicked:(id)sender

方法?

谢谢

最佳答案

这个怎么样:

- (IBAction)clicked:(id)sender {
UIButton *button = (UIButton *)sender;
NSString *buttonTitle = button.currentTitle;
}

关于iphone - 从发件人处获取 UIButton 文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3169746/

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