Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 NSTextField 连续获取数据并在后台执行此操作?我这样做是因为我使用石英作曲家插件来获取 NSTextField 中的发布值。这是在同一个应用程序中。
有任何想法吗??
以利亚
我不确定您所说的“持续”是什么意思,但是controlTextDidChange:委托方法会在文本更改时告诉您。
controlTextDidChange: