标签: events keydown nstextview
如果文本在我的NSTextView中发生变化,我想触发事件。有没有办法直接从NSTextView触发,或者我必须为NSTextView创建一个自定义类?
答案 0 :(得分:0)
- (void)textDidChange:(NSNotification *)notification { ----do stuff here---- NSLog(@"text typed"); }
将方法添加到您的代码......足够