gpt4 book ai didi

ios - Apple Watch 在 IBAction 上获取按钮标题

转载 作者:行者123 更新时间:2023-11-29 12:24:41 25 4
gpt4 key购买 nike

我尝试了 iPhone 的所有选项,以在单击时获得按钮的标题,但它们都不适用于 Watch Simulator。到目前为止,我尝试过:

• NSString *senderTitle = [sender titleForState:UIControlStateNormal];

• NSString *title = [(UIButton *)sender currentTitle];

• UIButton * button = (UIButton *)sender;
NSString *title = [[button titleLabel] text];

• UIButton *button = (UIButton *)sender;
NSString *title = button.currentTitle;

有什么建议吗?

最佳答案

WatchKit 不包含带有按钮操作的发送器,即使包含也无法从 WKInterfaceButton 获取当前标题。如果您需要知道按钮的标题,您应该为每个按钮设置不同的操作,这样您就知道按下了哪个按钮导致了操作。

关于ios - Apple Watch 在 IBAction 上获取按钮标题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29585537/

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