gpt4 book ai didi

ios - WKInterfaceButton IBAction正在发送零发送者

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

2015-05-02 23:56:34.047 TapIt WatchKit Extension[1398:18615] b: <WKInterfaceButton: 0x6080000580c0>
2015-05-02 23:56:34.048 TapIt WatchKit Extension[1398:18615] sender: (null)

- (IBAction)tapped:(id)sender {
bool success = false;
NSLog(@"b: %@", b);
NSLog(@"sender: %@", sender);

为什么这会失败?

最佳答案

WatchKit操作不包括发送方作为参数。这就是为什么您看到nil的原因。在这种情况下,您的方法实际上应该只是- (IBAction)tapped

关于ios - WKInterfaceButton IBAction正在发送零发送者,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30010097/

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