gpt4 book ai didi

cocoa - NSTextView 委托(delegate)不起作用?

转载 作者:行者123 更新时间:2023-12-03 17:07:03 24 4
gpt4 key购买 nike

我有一个 NSTextView,我将委托(delegate)交给我的文件所有者。然后,我的文件所有者与一个类相关联,我在该类中在 View 中执行不同的操作。

据我了解,现在应该可以从类中的 NSTextView 捕获事件(因为我已将其委托(delegate)设置为文件所有者),但它似乎不起作用,这是为什么?

我在我的类(class)中实现了这个功能:

- (BOOL)control: (NSControl *)control textView:(NSTextView *)textView doCommandBySelector: (SEL)commandSelector {

NSLog(@"i was fired!");

return YES;
}

最佳答案

根据http://developer.apple.com/library/mac/#documentation/cocoa/Reference/NSTextViewDelegate_Protocol/Reference/Reference.html#//apple_ref/occ/intf/NSTextViewDelegate

方法签名如下所示:

- (BOOL)textView:(NSTextView *)aTextView doCommandBySelector:(SEL)aSelector

尝试一下。

关于cocoa - NSTextView 委托(delegate)不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4821233/

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